OBJECT

NutanixLiveMountEdge

Description

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

link GraphQL Schema definition

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