Skip to main content

Returns

EventConnection
Paginated list of events for the pair. See EventConnection.

Arguments

EventsQueryInput!
required
Filter and pair selection. See EventsQueryInput.
Int
Max events per page. Clamped to [1, 100]. Default 50.
String
Pagination cursor from previous response. Source-tagged: a cursor minted by one query is rejected by another (silently treated as “no cursor”).
RankingDirection
DESC (default — most recent first) or ASC. See RankingDirection.

Example

Playground