Skip to main content

ApprovePrescriptionInput

No description

input ApprovePrescriptionInput {
approval: ApprovalInput
clientId: ClientID!
prescriptionId: PrescriptionID!
}

Fields

ApprovePrescriptionInput.approval ● ApprovalInput input

Contains the data of an approval of a given prescription

ApprovePrescriptionInput.clientId ● ClientID! non-null scalar

ID of the client, whose prescription is being approved

ApprovePrescriptionInput.prescriptionId ● PrescriptionID! non-null scalar

ID of the prescription that is being approved

Member Of

approvePrescription mutation