OBJECT

O365TeamsEdge

Description

Wrapper around the O365Teams object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type O365TeamsEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual O365Teams object wrapped by this edge.
  • node: O365Teams!
  • }