DeletePrescriptionTreatmentInput
No description
input DeletePrescriptionTreatmentInput {
prescription: PrescriptionID!
treatment: TreatmentID!
}
Fields
DeletePrescriptionTreatmentInput.prescription ● PrescriptionID! non-null scalar
Unique identifier of the
DeletePrescriptionTreatmentInput.treatment ● TreatmentID! non-null scalar
Unique identifier of the existing prescription.
Member Of
deletePrescriptionTreatment mutation