OBJECT
CdmSnapshotGroupBySummary
Description
CDM Snapshot data with group by information applied to it.
link GraphQL Schema definition
- type CdmSnapshotGroupBySummary {
- # List of snapshots for a CDM object.
- : CdmSnapshotConnection!
- # Information on the grouped snapshots.
- : Int!
- # Information on the grouped snapshots.
- : TimeRangeWithUnit!
- }
link Require by
- CdmSnapshotGroupBySummaryConnectionPaginated list of CdmSnapshotGroupBySummary objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CdmSnapshotGroupBySummaryEdgeWrapper around the CdmSnapshotGroupBySummary object. This wrapper is used for pagination.