mirror of
https://github.com/stashapp/stash.git
synced 2025-12-10 02:15:30 +01:00
* Update localforage, remove query-string * Update fontawesome and flag-icons * Update formatjs * Update axios and videojs * Update apollo client and graphql * Update bootstrap and react * Update polyfills * Update vite * Update ESLint * Update stylelint * Update configs * Rebuild yarn.lock
12 lines
300 B
YAML
12 lines
300 B
YAML
overwrite: true
|
|
schema: "../../graphql/schema/**/*.graphql"
|
|
documents: "../../graphql/documents/**/*.graphql"
|
|
generates:
|
|
src/core/generated-graphql.tsx:
|
|
plugins:
|
|
- time
|
|
- typescript
|
|
- typescript-operations
|
|
- typescript-react-apollo
|
|
config:
|
|
withRefetchFn: true
|