OBJECT
TargetsPeriod
link GraphQL Schema definition
- type TargetsPeriod {
- # Whether the period follows the CalendarYear (Jan 1) or the company FinancialYear
- # start.
- : TargetsPeriodTypeEnum!
- # Calendar or financial year the target applies to.
- : Int!
- # Granularity of the period within the year — Year, Quarter or Month.
- : TargetsPeriodFragmentTypeEnum!
- # If fragment_type = (Year -> None), (Quarter -> [1-4]), (Month -> [1-12])
- : Int
- }