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