GraphQL OBJECT

AbsoluteBiTimePeriodFilter

Absolute time period filter. This is only available for time dimensions.

link Definition

  • type AbsoluteBiTimePeriodFilter {
  • # Start date of the absolute time period filter.
  • begin: DateTime!
  • # End date of the absolute time period filter.
  • end: DateTime!
  • }