OBJECT
CdmSnapshotGroupBySummary
Description
CDM Snapshot data with group by information applied to it.
link GraphQL Schema definition
- type CdmSnapshotGroupBySummary {
- # Information on the grouped snapshots.
- Int! :
- # Information on the grouped snapshots.
- TimeRangeWithUnit! :
- # List of snapshots for a CDM object.
- CdmSnapshotConnection! :
- }
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.