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