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