OBJECT
ChartYearComparison
link GraphQL Schema definition
- type ChartYearComparison {
- # Which years the chart compares against: the previous year (YearPrevious) or an
- # explicit list of years (Custom).
- : YearComparisonPeriodEnum!
- # Explicit list of years to compare, used when the period is Custom.
- : [Int!]
- }