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