TokensConnection
TokensConnection
A connection to a list of Token values.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodes | [Token!]! | A list of `Token` objects. | |
| edges | [TokensEdge!]! | A list of edges which contains the `Token` and cursor to aid in pagination. | |
| pageInfo | PageInfo! | Information to aid in pagination. | |
| totalCount | Int! | The count of *all* `Token` you could get from the connection. | |