TokenList
A paginated list of purpose tokens.
type TokenList implements ModelList {
nextCursor: String
nodes: [Token!]!
total: Int!
}
Fields
TokenList.nextCursor ● String scalar common
The cursor for the next page of tokens.
TokenList.nodes ● [Token!]! non-null object common
The tokens returned in the current page.
TokenList.total ● Int! non-null scalar common
The total number of matching tokens.
Interfaces
ModelList interface common
A paginated list of models.
Returned By
listPurposeTokens query