UserEdgeUserEdge represents a unique User in a UsersConnection.type UserEdge { node: User! cursor: Cursor!}CopyFields#node (User!)#node is the User for this edge.cursor (Cursor!)#cursor is used in pagination.