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