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