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