Files
stash/ui/v1/codegen.yml
2019-03-27 12:47:43 -07:00

13 lines
361 B
YAML

schema: "../../graphql/schema/**/*.graphql"
overwrite: true
generates:
./../../schema/schema.json:
- introspection
./src/app/core/graphql-generated.ts:
documents: ./../../graphql/documents/**/*.graphql
plugins:
- add: "/* tslint:disable */"
- time
- typescript-common
- typescript-client
- typescript-apollo-angular