OBJECT
ForecastOwner
link GraphQL Schema definition
- type ForecastOwner {
- # Identifier of the user this forecast row belongs to.
- : ID!
- # False when the user is deactivated but still shown for history.
- : Boolean!
- # Time series of the owner's forecast performance across the forecast periods.
- : [ForecastPerformanceItem]!
- }