Skip to main content

CreateMedicationPlanPayload

Payload for the createMedicationPlan mutation.

type CreateMedicationPlanPayload {
client: Client!
medicationPlan: MedicationPlan!
success: Boolean!
}

Fields

CreateMedicationPlanPayload.client ● Client! non-null object

The affected client

CreateMedicationPlanPayload.medicationPlan ● MedicationPlan! non-null object

The affected medication plan.

CreateMedicationPlanPayload.success ● Boolean! non-null scalar

True if the operation has succeeded.

Returned By

createMedicationPlan mutation