OBJECT
PeriodCompareOption
link GraphQL Schema definition
- type PeriodCompareOption {
- # Set only if period set to Custom
- : Date
- # Set only if period set to Custom
- : Date
- # Reference period the current period is compared against: DoNotCompare,
- # PreviousPeriod, PreviousYear, or Custom. When Custom, periodCustomFrom and
- # periodCustomTo define the bounds.
- : PeriodCompareKind!
- }