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