OBJECT

ForecastSchema

link GraphQL Schema definition

  • type ForecastSchema {
  • # Ordered list of forecast items that make up the forecast report tab.
  • structure: [ForecastTabItem!]!
  • }