mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
13 lines
352 B
YAML
13 lines
352 B
YAML
schema: ../../schema/schema.graphql
|
|
overwrite: true
|
|
generates:
|
|
./../../schema/schema.json:
|
|
- introspection
|
|
./src/app/core/graphql-generated.ts:
|
|
documents: ./../../schema/documents/**/*.graphql
|
|
plugins:
|
|
- add: "/* tslint:disable */"
|
|
- time
|
|
- typescript-common
|
|
- typescript-client
|
|
- typescript-apollo-angular |