mirror of https://github.com/stashapp/stash.git
15 lines
361 B
YAML
15 lines
361 B
YAML
overwrite: true
|
|
schema: "../../graphql/schema/**/*.graphql"
|
|
documents: "../../graphql/documents/**/*.graphql"
|
|
generates:
|
|
src/core/generated-graphql.tsx:
|
|
plugins:
|
|
- add:
|
|
content: "/* eslint-disable */"
|
|
- time
|
|
- typescript
|
|
- typescript-operations
|
|
- typescript-react-apollo
|
|
config:
|
|
withRefetchFn: true
|