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