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