OBJECT

O365OrgDescendantEdge

Description

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

link GraphQL Schema definition

  • type O365OrgDescendantEdge {
  • # String used to identify this edge
  • cursor: String!
  • # String used to identify this edge
  • node: O365OrgDescendant!
  • }