OBJECT

NutanixPrismCentralEdge

Description

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

link GraphQL Schema definition

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