Type alias Mutation

Mutation: { __typename?: "Mutation"; addToCatalog: Medication; createOrder: Order; createPatient: Patient; createPrescription: Prescription; createWebhookConfig: WebhookConfig; deleteWebhookConfig?: Maybe<Scalars["Boolean"]>; rotateSecret: Client; updatePatient: Patient; updateWebhookConfig: WebhookConfig }

Type declaration

  • Optional __typename?: "Mutation"
  • addToCatalog: Medication
  • createOrder: Order

    Create a new Order for a specific Patient

  • createPatient: Patient

    Create a new Patient record

  • createPrescription: Prescription

    Create a new Prescription associated with the logged in prescriber. A patientId is returned after creating a Patient with the createPatient mutation. medicationIds can be searched with the medications query.

  • createWebhookConfig: WebhookConfig
  • Optional deleteWebhookConfig?: Maybe<Scalars["Boolean"]>
  • rotateSecret: Client
  • updatePatient: Patient

    Update an existing Patient record

  • updateWebhookConfig: WebhookConfig

Generated using TypeDoc