OBJECT

ManagedVolumeEdge

Description

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

link GraphQL Schema definition

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