mirror of
https://github.com/evgen-app/evgen-app-front-template.git
synced 2024-12-01 10:43:44 +03:00
14 lines
331 B
YAML
14 lines
331 B
YAML
|
overwrite: true
|
||
|
schema: "http://localhost:8000/graphql/"
|
||
|
documents: "./regSchema.graphql"
|
||
|
generates:
|
||
|
src/generated/graphql.tsx:
|
||
|
plugins:
|
||
|
- 'typescript'
|
||
|
- 'typescript-react-apollo'
|
||
|
- 'typescript-operations'
|
||
|
config:
|
||
|
preResolveTypes: true
|
||
|
./graphql.schema.json:
|
||
|
plugins:
|
||
|
- "introspection"
|