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