UserCountableConnection
A connection to a list of items.
type UserCountableConnection {
pageInfo: PageInfo!
edges: [UserCountableEdge!]!
totalCount: Int!
}
Fields
UserCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
UserCountableConnection.edges ● [UserCountableEdge!]! non-null object
Contains the nodes in this connection
UserCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
customers query ● staffUsers query