OBJECT

ForecastPeriodOption

link GraphQL Schema definition

  • type ForecastPeriodOption {
  • # Granularity the forecast is broken down by: Monthly, Quarterly, or Yearly.
  • period: ForecastPeriodKind!
  • # First day of the forecast range (inclusive).
  • periodFrom: Date!
  • # Last day of the forecast range (inclusive).
  • periodTo: Date!
  • # Set only if period set to Quarterly or Yearly.
  • financialYear: Boolean
  • }