Skip to main content

UpdateInterviewTreatmentInput

Updates an existing treatment in the counselling interview.

input UpdateInterviewTreatmentInput {
clientId: ClientID!
cycle: Cycle!
treatmentId: TreatmentID!
}

Fields

UpdateInterviewTreatmentInput.clientId ● ClientID! non-null scalar

Unique identifier of the client this interview belongs to.

UpdateInterviewTreatmentInput.cycle ● Cycle! non-null scalar

The updated cycle for this treatment.

UpdateInterviewTreatmentInput.treatmentId ● TreatmentID! non-null scalar

Unique identifier for the single treatment.

Member Of

updateInterviewTreatment mutation