UserEdge
UserEdge represents a unique User in a UsersConnection.
type UserEdge {
node: User!
cursor: Cursor!
}
Fields
UserEdge.node ● User! non-null object
node is the User for this edge.
UserEdge.cursor ● Cursor! non-null scalar
cursor is used in pagination.
Member Of
UsersConnection object