ENUM

PastDurationEnum

Description

All valid time ranges in the reporting table.

link GraphQL Schema definition

  • enum PastDurationEnum {
  • NONE
  • # Enum used to filter data in the past 12 months.
  • PAST_12_MONTHS
  • # Enum used to filter data in the past 24 hours.
  • PAST_24_HOURS
  • # Enum used to filter data in the past 30 days.
  • PAST_30_DAYS
  • # Enum used to filter data in the past 3 days.
  • PAST_3_DAYS
  • # Enum used to filter data in the past 7 days.
  • PAST_7_DAYS
  • }