OBJECT

OpportunityDashboardProfileView

link GraphQL Schema definition

  • type OpportunityDashboardProfileView implements DashboardViewInterface {
  • # Identifiers of the fields shown as columns when a dashboard graph value is
  • # drilled down into.
  • drilldownFields: [ID!]!
  • # Graphs shown on the opportunity dashboard, each identified by its graph type.
  • graphs: [DashboardGraphOpportunityNameType]!
  • }