OBJECT

PeriodOption

link GraphQL Schema definition

  • type PeriodOption {
  • # Set only if period set to Custom
  • periodCustomFrom: Date
  • # Set only if period set to Custom
  • periodCustomTo: Date
  • # Time range the data is reported over (for example ThisMonth, ThisQuarter,
  • # Custom). When Custom, periodCustomFrom and periodCustomTo define the bounds.
  • period: PeriodKind!
  • }