UserConnection
The connection type for users.
type UserConnection {
totalCount: Int!
pageInfo: PageInfo!
edges: [UserEdge!]!
}
Fields
UserConnection.totalCount ● Int! non-null scalar
The total number of records for that particular query, independent of the pagination.
UserConnection.pageInfo ● PageInfo! non-null object
The pagination information.
UserConnection.edges ● [UserEdge!]! non-null object
The list of edges.
Returned by
users query
Member of
Namespace object