Type alias Query

Query: { __typename?: "Query"; allergies: Maybe<Allergy>[]; catalog?: Maybe<Catalog>; catalogs: Maybe<Catalog>[]; clients: Maybe<Client>[]; fill?: Maybe<Fill>; medications: Maybe<Medication>[]; order?: Maybe<Order>; orders: Maybe<Order>[]; organization: Organization; organizations: Maybe<Organization>[]; patient?: Maybe<Patient>; patients: Maybe<Patient>[]; pharmacies: Maybe<Organization>[]; pharmacy?: Maybe<Pharmacy>; prescription?: Maybe<Prescription>; prescriptions: Maybe<Prescription>[]; user: User; webhooks?: Maybe<Maybe<WebhookConfig>[]> }

Type declaration

Generated using TypeDoc