OBJECT

NutanixPrismCentralDescendantTypeEdge

Description

Wrapper around the NutanixPrismCentralDescendantType object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type NutanixPrismCentralDescendantTypeEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual NutanixPrismCentralDescendantType object wrapped by this edge.
  • node: NutanixPrismCentralDescendantType!
  • }