mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 12:25:23 +01:00
* Upgrade Typescript to 4.0 * Update i18n-iso-countries to 6.0 * Update react-intl to 5.8.0 * Update jimp to 0.16.1 * Update apollo and graphql libraries * Update various libraries and fix linting/type errors * Refactor cache invalidation * Codegen refetch queries
14 lines
361 B
YAML
14 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
|