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