OBJECT

DashboardPipelineConversionsChart

link GraphQL Schema definition

  • type DashboardPipelineConversionsChart {
  • # Display name of the pipeline conversions chart.
  • name: String!
  • # Optional free-text description shown alongside the chart.
  • description: String
  • # Aggregation applied to the opportunities counted in each pipeline step (Count,
  • # Sum, Average, Min, Max).
  • operator: AggregationOperator!
  • # Identifier of the sales pipeline whose step-to-step conversion rates are
  • # charted.
  • salesPipeline: UUID!
  • # Opportunity filter conditions limiting which opportunities are included in the
  • # conversion calculation.
  • filter: OpportunityFilterTab
  • }