UserConnection
The connection type for User.
type UserConnection {
edges: [UserEdge!]!
nodes: [User!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
UserConnection.edges
● [UserEdge!]!
non-null object
A list of all edges of the current page.
UserConnection.nodes
● [User!]!
non-null interface
A list of all nodes of the current page.
UserConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
UserConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Member of
Issue
object