OBJECT
Wrapper around the User object. This wrapper is used for pagination.
type UserEdge {# String used to identify this edge.cursor: String! # The actual User object wrapped by this edge.node: User! }