Returns: EventLabelConnection

Arguments

id
String!
required

The ID of the pair (address:networkId).

limit
Int

The maximum number of event labels to return.

cursor
String

The cursor to use for pagination.

direction
RankingDirection

The order to receive the token event labels. Can be DESC (default) or ASC.

Schema

"""Returns a list of event labels for a pair."""
getEventLabels(id: String!, limit: Int, cursor: String, direction: RankingDirection): EventLabelConnection