DeletePrescriptionInput
Input for deletePrescription mutation.
input DeletePrescriptionInput {
id: PrescriptionID!
}
Fields
DeletePrescriptionInput.id ● PrescriptionID! non-null scalar
ID of the prescription to be deleted.
Member Of
deletePrescription mutation