Skip to main content

currencies

The list of currencies in the currency library in EventsAir.

See CurrencySearchFilterInput for details on how the optional input argument can be used to filter currencies.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
currencies(
input: CurrencySearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Currency!]!

Arguments

currencies.input ● CurrencySearchFilterInput! non-null input

currencies.limit ● PaginationLimit! non-null scalar

currencies.offset ● NonNegativeInt! non-null scalar

Type

Currency object

A currency as defined in the EventsAir currency library.