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