GraphQL INPUT_OBJECT

AbsoluteDateTimeFilter

Filter for absolute date and time.

link Definition

  • input AbsoluteDateTimeFilter {
  • # Start date of the time period for the report data that you fetched.
  • startDate: DateTime!
  • # End date of the time period for the report data that you fetched.
  • endDate: DateTime!
  • # Grouping level of the time period for the report data that you fetched.
  • groupingLevel: PeriodLevelId
  • }