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