OBJECT

CdmSnapshotGroupBySummary

Description

CDM Snapshot data with group by information applied to it.

link GraphQL Schema definition

  • type CdmSnapshotGroupBySummary {
  • # Information on the grouped snapshots.
  • count: Int!
  • # Information on the grouped snapshots.
  • groupByInfo: TimeRangeWithUnit!
  • # List of snapshots for a CDM object.
  • cdmSnapshots: CdmSnapshotConnection!
  • }