OBJECT

ManagedVolumeQueuedSnapshotGroupByEdge

Description

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

link GraphQL Schema definition

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