INTERFACE

LeadOpportunityProfileInterface

link GraphQL Schema definition

  • interface LeadOpportunityProfileInterface {
  • # Filter tab restricting which leads and opportunities the profile shows.
  • filter: LeadOpportunityFilterTab!
  • # Identifiers of the sales pipelines the profile is restricted to. Null includes
  • # all pipelines.
  • salesPipeline: [ID!]
  • # Ownership scope of the records shown (own, shared, or managing-unit items).
  • role: OpportunityRoleTab!
  • }