mirror of
https://github.com/evgen-app/evgen-app-front-template.git
synced 2024-11-28 18:03:43 +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" |