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