OBJECT
O365SharepointObjectEdge
Description
Wrapper around the O365SharepointObject object. This wrapper is used for pagination.
link GraphQL Schema definition
- type O365SharepointObjectEdge {
- # String used to identify this edge.
- : String!
- # The actual O365SharepointObject object wrapped by this edge.
- : O365SharepointObject!
- }