OBJECT
ResourceGroupEdge
Description
Wrapper around the ResourceGroup object. This wrapper is used for pagination.
link GraphQL Schema definition
- type ResourceGroupEdge {
- # String used to identify this edge.
- String! :
- # The actual ResourceGroup object wrapped by this edge.
- ResourceGroup! :
- }