DeleteMedicationPlanInput
Input for the deleteMedicationPlan mutation.
input DeleteMedicationPlanInput {
id: MedicationPlanID!
}
Fields
DeleteMedicationPlanInput.id ● MedicationPlanID! non-null scalar
ID of the medication plan to delete.
Member Of
deleteMedicationPlan mutation