
* initial commit * Remove pre-commit-config * Update gitignore * Update README * Add better config for monitoring app (#190) --------- Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
20 lines
536 B
YAML
20 lines
536 B
YAML
schema: backend/monitoring/schema.graphql
|
|
documents: [src/**/*.tsx]
|
|
extensions:
|
|
codegen:
|
|
overwrite: true
|
|
generates:
|
|
generated/graphql.ts:
|
|
config:
|
|
dedupeFragments: true
|
|
plugins:
|
|
- typescript
|
|
- typescript-operations
|
|
- urql-introspection
|
|
- typescript-urql:
|
|
documentVariablePrefix: "Untyped"
|
|
fragmentVariablePrefix: "Untyped"
|
|
- typed-document-node
|
|
generated/schema.graphql:
|
|
plugins:
|
|
- schema-ast
|