thunderhub/codegen.yml

14 lines
310 B
YAML
Raw Normal View History

2020-04-16 15:24:27 +02:00
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'