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