tokens
No description
tokens(
first: Int!
page: Int
): TokenPaginator!
Arguments
tokens.first ● Int! non-null scalar
Limits number of fetched items.
tokens.page ● Int scalar
The offset from which items are returned.
Type
TokenPaginator object
A paginated list of Token items.