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