Skip to main content

currencies

The list of currencies in the currency library in EventsAir.

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(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Currency!]!

Arguments

currencies.limit ● PaginationLimit! non-null scalar

currencies.offset ● NonNegativeInt! non-null scalar

Type

Currency object

A currency as defined in the EventsAir currency library.