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