OBJECT

ForecastTrendViewOptions

link GraphQL Schema definition

  • type ForecastTrendViewOptions {
  • # When true, the trend view shows cumulative running totals rather than the value
  • # for each period in isolation.
  • runningTotal: Boolean!
  • }