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