OBJECT

TargetsPeriod

link GraphQL Schema definition

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