INTERFACE

LeadOpptyPipelineProfileInterface

link GraphQL Schema definition

  • interface LeadOpptyPipelineProfileInterface {
  • # Identifiers of the lead processes the profile is restricted to. Null includes
  • # all lead processes.
  • leadProcess: [UUID!]
  • filter: ProfileFilterBaseInterface!
  • # Identifiers of the sales pipelines the profile is restricted to. Null includes
  • # all pipelines.
  • salesPipeline: [ID!]
  • }