mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
19 lines
477 B
YAML
19 lines
477 B
YAML
overwrite: true
|
|
schema: "../../graphql/schema/**/*.graphql"
|
|
documents: "../../graphql/documents/**/*.graphql"
|
|
generates:
|
|
src/core/generated-graphql.tsx:
|
|
config:
|
|
noNamespaces: true
|
|
optionalType: "undefined"
|
|
noHOC: true
|
|
noComponents: true
|
|
withHooks: true
|
|
plugins:
|
|
- add: "/* tslint:disable */"
|
|
- add: "/* eslint-disable */"
|
|
- time
|
|
- "typescript-common"
|
|
- "typescript-client"
|
|
- "typescript-react-apollo"
|