OBJECT

O365AppEdge

Description

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

link GraphQL Schema definition

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