GroupCountableConnection
A connection to a list of items.
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
Contains the nodes in this connection
GroupCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
permissionGroups query