Skip to main content

AddInterviewTreatmentInput

Adds one to many benefit positions to the counselling interview.

input AddInterviewTreatmentInput {
benefits: [BenefitPositionID!]!
clientId: ClientID!
}

Fields

AddInterviewTreatmentInput.benefits ● [BenefitPositionID!]! non-null scalar

A list of one to many benefit positions to add to the counselling interview.

AddInterviewTreatmentInput.clientId ● ClientID! non-null scalar

Unique identifier of the client.

Member Of

addInterviewTreatment mutation