Type alias MutationCreatePrescriptionArgs

MutationCreatePrescriptionArgs: { daysSupply: Scalars["Int"]; diagnoses?: InputMaybe<InputMaybe<Scalars["ID"]>[]>; dispenseAsWritten: Scalars["Boolean"]; dispenseQuantity: Scalars["Int"]; dispenseUnit: DispenseUnit; effectiveDate?: InputMaybe<Scalars["AWSDate"]>; externalId?: InputMaybe<Scalars["ID"]>; instructions: Scalars["String"]; medicationId: Scalars["ID"]; notes?: InputMaybe<Scalars["String"]>; patientId: Scalars["ID"]; refillsAllowed: Scalars["Int"] }

Type declaration

Generated using TypeDoc