UserTokenConnection
The connection type for user tokens.
type UserTokenConnection {
edges: [UserTokenEdge!]!
pageInfo: PageInfo!
}
Fields
UserTokenConnection.edges ● [UserTokenEdge!]! non-null object
The list of edges.
UserTokenConnection.pageInfo ● PageInfo! non-null object
The pagination information.
Member of
User object