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