Skip to main content

ResetMedicationPlanToDraftPayload

Payload for the resetMedicationPlanToDraft mutation.

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

Fields

ResetMedicationPlanToDraftPayload.client ● Client! non-null object

The affected client

ResetMedicationPlanToDraftPayload.medicationPlan ● MedicationPlan! non-null object

The affected medication plan.

ResetMedicationPlanToDraftPayload.success ● Boolean! non-null scalar

True if the operation has succeeded.

Returned By

resetMedicationPlanToDraft mutation