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