INPUT_OBJECT

MoveDealsAttributes

link GraphQL Schema definition

  • input MoveDealsAttributes {
  • # ID of the pipeline stage to move the deals to.
  • pipelineStageId: ID!
  • # Array of IDs of specific deal to move.
  • selectedDealIds: [ID!]
  • # ID of the pipeline to move deals from.
  • pipelineId: ID
  • # Filter for deals.
  • filterSet: FilterSetAttributes
  • # Array of IDs of deals to omit.
  • deselectedDealIds: [ID!]
  • }