ApprovePrescriptionInput
No description
input ApprovePrescriptionInput {
approval: ApprovalInput
prescriptionId: PrescriptionID!
}
Fields
ApprovePrescriptionInput.approval ● ApprovalInput input
Contains the data of an approval of a given prescription
ApprovePrescriptionInput.prescriptionId ● PrescriptionID! non-null scalar
ID of the prescription that is being approved
Member Of
approvePrescription mutation