INPUT_OBJECT

ExportDealsAttributes

link GraphQL Schema definition

  • input ExportDealsAttributes {
  • # Array of IDs of specific deal to move.
  • selectedDealIds: [ID!]
  • # Filter for deals.
  • filterSet: FilterSetAttributes
  • # Array of IDs of deals to omit.
  • deselectedDealIds: [ID!]
  • }