GroupCountableEdge
No description
type GroupCountableEdge {
node: Group!
cursor: String!
}
Fields
GroupCountableEdge.node
● Group!
non-null object users
The item at the end of the edge.
GroupCountableEdge.cursor
● String!
non-null scalar miscellaneous
A cursor for use in pagination.
Member Of
GroupCountableConnection
object