UserCountableConnection
No description
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
UserCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Returned by
customers query ● staffUsers query
Was this page helpful?