OBJECT

AzureSubscriptionEdge

Description

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

link GraphQL Schema definition

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