OBJECT
CloudDirectSnapshotsGroupBySummaryEdge
Description
Wrapper around the CloudDirectSnapshotsGroupBySummary object. This wrapper is used for pagination.
link GraphQL Schema definition
- type CloudDirectSnapshotsGroupBySummaryEdge {
- # String used to identify this edge.
- String! :
- # The actual CloudDirectSnapshotsGroupBySummary object wrapped by this edge.
- CloudDirectSnapshotsGroupBySummary! :
- }