OBJECT

O365SharepointDriveEdge

Description

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

link GraphQL Schema definition

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