OBJECT

MicrosoftSiteEdge

Description

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

link GraphQL Schema definition

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