OBJECT

O365MailboxEdge

Description

Wrapper around the O365Mailbox object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type O365MailboxEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual O365Mailbox object wrapped by this edge.
  • node: O365Mailbox!
  • }