stash/ui/v2.5/codegen.yml

15 lines
361 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:
plugins:
- add:
content: "/* eslint-disable */"
2020-01-03 21:29:21 +00:00
- time
2020-01-22 19:52:04 +00:00
- typescript
- typescript-operations
- typescript-react-apollo
config:
withRefetchFn: true