
* Add createGraphQLClient util to shared package * Update urql version and use createGraphQLClient from shared package * Update urql version and use createGraphQLClient from shared package - data importer * Update urql version and use createGraphQLClient from shared package - cms * Update CRM * Update invoices * Update klaviyo * Update slack * Update products feed * Update search * Remove unused urql next * Update monitoring * Update taxes * Remove multipart since no longer used * Update the lockfile * Removed urql introspection since none of our apps used it * Add changeset
19 lines
529 B
YAML
19 lines
529 B
YAML
schema: graphql/schema.graphql
|
|
documents: [graphql/**/*.graphql, src/**/*.ts, src/**/*.tsx]
|
|
extensions:
|
|
codegen:
|
|
overwrite: true
|
|
generates:
|
|
generated/graphql.ts:
|
|
config:
|
|
dedupeFragments: true
|
|
plugins:
|
|
- typescript
|
|
- typescript-operations
|
|
- typescript-urql:
|
|
documentVariablePrefix: "Untyped"
|
|
fragmentVariablePrefix: "Untyped"
|
|
- typed-document-node
|
|
generated/schema.graphql:
|
|
plugins:
|
|
- schema-ast
|