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