OBJECT

AzureNativeResourceGroupEdge

Description

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

link GraphQL Schema definition

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