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