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.
  • cursor: String!
  • # The actual ExchangeServer object wrapped by this edge.
  • node: ExchangeServer!
  • }