INTERFACE

OpportunityProfileInterface

link GraphQL Schema definition

  • interface OpportunityProfileInterface {
  • # Filter tab restricting which opportunities the profile shows.
  • filter: OpportunityFilterTab!
  • # Identifiers of the sales pipelines the profile is restricted to. Null includes
  • # all pipelines.
  • salesPipeline: [ID!]
  • }