OBJECT

CdmGroupByInfo

Description

CDM group by information.

link GraphQL Schema definition

  • type CdmGroupByInfo {
  • # Interval the grouping was made with.
  • group: String!
  • # Start time of the grouping.
  • start: DateTime
  • # End time of the grouping.
  • end: DateTime
  • }