INPUT_OBJECT

AssignNegotiatorInput

Assign negotiator

link GraphQL Schema definition

  • input AssignNegotiatorInput {
  • # The ID of the negotiator we want to associate to the provided property.
  • negotiator_id: String!
  • # The property ID. This must be a UUID v4 and the property referenced by it must
  • # exist in SweepBright and belong to the same company.
  • property_id: UUID!
  • }

link Require by