OBJECT

ForecastPerformanceItem

link GraphQL Schema definition

  • type ForecastPerformanceItem {
  • # Timestamp the performance value was recorded at.
  • dateTime: DateTime!
  • # Forecast performance value for the period.
  • value: Float!
  • # Period the performance value applies to.
  • period: Date!
  • }