Skip to main content

UserEdge

UserEdge represents a unique User in a UsersConnection.

type UserEdge {  node: User!  cursor: Cursor!}

Fields#

node (User!)#

node is the User for this edge.

cursor (Cursor!)#

cursor is used in pagination.