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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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.