GropiusUserEdge
An edge in a connection.
type GropiusUserEdge {
cursor: String!
node: GropiusUser!
}
Fields
GropiusUserEdge.cursor ● String! non-null scalar
A cursor used in pagination.
GropiusUserEdge.node ● GropiusUser! non-null object
The item at the end of the edge.
Member of
GropiusUserConnection object