OBJECT

DashboardOpportunitiesTrend

link GraphQL Schema definition

  • type DashboardOpportunitiesTrend {
  • # Display settings controlling which value series, period, and granularity the
  • # trend chart shows.
  • opportunitiesTrendView: DashboardOpportunitiesTrendView!
  • # Goal definition drawn as the target line on the trend chart.
  • opportunitiesTrendTarget: DashboardTargetTab!
  • # Filter conditions limiting which opportunities contribute to the trend.
  • opportunitiesTrendFilter: FieldFilter!
  • }