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