Skip to main content

events

Retrieves events that match the filter criteria specified in the optional input argument. By default, results are ordered by event name, ascending.

See FindEventsInput for details on how the input argument can be used to filter events.

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).
events(
input: FindEventsInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Event!]!

Arguments

events.input ● FindEventsInput! non-null input

events.limit ● PaginationLimit! non-null scalar

events.offset ● NonNegativeInt! non-null scalar

Type

Event object

Represents an EventsAir event.