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