mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
14 lines
310 B
YAML
14 lines
310 B
YAML
|
overwrite: true
|
||
|
schema: 'http://localhost:3000/api/v1'
|
||
|
documents: 'src/graphql/**/*.ts'
|
||
|
generates:
|
||
|
src/generated/graphql.tsx:
|
||
|
config:
|
||
|
withComponent: false
|
||
|
withHOC: false
|
||
|
withHooks: true
|
||
|
plugins:
|
||
|
- 'typescript'
|
||
|
- 'typescript-operations'
|
||
|
- 'typescript-react-apollo'
|