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