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.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `service_id` to null.
- : Boolean
- }