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