INPUT_OBJECT

UpdateDidAssignmentMutationInput

The input object that defines the fields for the updateDidAssignment mutation.

link GraphQL Schema definition

  • input UpdateDidAssignmentMutationInput {
  • # The ID of a Service.
  • service_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `service_id` to null.
  • unset_service_id: Boolean
  • }

link Require by