INPUT_OBJECT

ModifyContactsInput

link GraphQL Schema definition

  • input ModifyContactsInput {
  • # The list of contacts. The contacts in this list must belong to the same team of
  • # the property.
  • contact_ids: [UUID!]!
  • # 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