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