UserConnection
A connection to a list of items.
type UserConnection {
edges: [UserEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
UserConnection.edges ● [UserEdge] list object
A list of edges.
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.