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