UpdateMedicationPlanPayload
Payload for the updateMedicationPlan mutation.
type UpdateMedicationPlanPayload {
client: Client!
medicationPlan: MedicationPlan!
success: Boolean!
}
Fields
UpdateMedicationPlanPayload.client ● Client! non-null object
The affected client
UpdateMedicationPlanPayload.medicationPlan ● MedicationPlan! non-null object
The affected medication plan.
UpdateMedicationPlanPayload.success ● Boolean! non-null scalar
True if the operation has succeeded.
Returned By
updateMedicationPlan mutation