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