taskcafe/web/codegen.yml
2020-04-09 22:27:57 -05:00

17 lines
367 B
YAML

overwrite: true
schema:
- '../api/graph/schema.graphqls'
documents: 'src/shared/graphql/*.graphqls'
generates:
src/shared/generated/graphql.tsx:
plugins:
- 'typescript'
- 'typescript-operations'
- 'typescript-react-apollo'
config:
withHOC: false
withComponent: false
withHooks: true
scalars:
UUID: string