UserCountableConnection
No description
type UserCountableConnection {
pageInfo: PageInfo!
edges: [UserCountableEdge!]!
totalCount: Int
}
Fields
UserCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
UserCountableConnection.edges
● [UserCountableEdge!]!
non-null object users
UserCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
customers
query ● staffUsers
query