mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-20 02:08:59 +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'
|