OBJECT

ForecastOwner

link GraphQL Schema definition

  • type ForecastOwner {
  • # Identifier of the user this forecast row belongs to.
  • id: ID!
  • # False when the user is deactivated but still shown for history.
  • isActive: Boolean!
  • # Time series of the owner's forecast performance across the forecast periods.
  • forecastPerformance: [ForecastPerformanceItem]!
  • }