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