stash/ui/v2.5/codegen.yml

16 lines
381 B
YAML
Raw Normal View History

2020-01-03 21:29:21 +00:00
overwrite: true
schema: "../../graphql/schema/**/*.graphql"
documents: "../../graphql/documents/**/*.graphql"
generates:
src/core/generated-graphql.tsx:
config:
withHooks: true
2020-01-22 19:52:04 +00:00
withHOC: false
withComponents: false
2020-01-03 21:29:21 +00:00
plugins:
- add: "/* eslint-disable */"
- time
2020-01-22 19:52:04 +00:00
- typescript
- typescript-operations
- typescript-react-apollo