OBJECT
ManagedVolumeQueuedSnapshotGroupBy
Description
ManagedVolumeQueued Snapshot data with groupby info applied to it.
link GraphQL Schema definition
- type ManagedVolumeQueuedSnapshotGroupBy {
- # The data groupby info.
- ManagedVolumeQueuedSnapshotGroupByInfo! :
- # Paginated ManagedVolumeQueued snapshot data.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # sortOrder: Sorts the order of results.
- # sortBy: Sorts snapshots by field.
- (
- Int, :
- String, :
- SortOrder, :
- ManagedVolumeQueuedSnapshotSortBy :
- ): ManagedVolumeQueuedSnapshotConnection!
- # Provides further groupings for the data.
- #
- # Arguments
- # groupBy: Groups snapshots by field.
- (
- ManagedVolumeQueuedSnapshotGroupByTime! :
- ): [ManagedVolumeQueuedSnapshotGroupBy!]!
- }
link Require by
- ManagedVolumeQueuedSnapshotGroupByManagedVolumeQueued Snapshot data with groupby info applied to it.
- ManagedVolumeQueuedSnapshotGroupByConnectionPaginated list of ManagedVolumeQueuedSnapshotGroupBy objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ManagedVolumeQueuedSnapshotGroupByEdgeWrapper around the ManagedVolumeQueuedSnapshotGroupBy object. This wrapper is used for pagination.