Skip to main content

AddPrescriptionTreatmentInput

No description

input AddPrescriptionTreatmentInput {
benefits: [BenefitPositionID!]!
id: PrescriptionID!
}

Fields

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

List of benefits that should be added to this prescription.

AddPrescriptionTreatmentInput.id ● PrescriptionID! non-null scalar

Unique identifier of the existing prescription.

Member Of

addPrescriptionTreatment mutation