OBJECT

AssignDealsResult

link GraphQL Schema definition

  • type AssignDealsResult {
  • # List of deals that could not be moved.
  • failures: [ID!]
  • # List of deals that were succesfully moved.
  • successes: [ID!]
  • }

link Require by