You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
381 B
YAML
16 lines
381 B
YAML
overwrite: true
|
|
watch: true
|
|
schema: "http://173.212.197.169:4002/graphql"
|
|
documents: "src/app/graphqlOperations/**/*.graphql"
|
|
generates:
|
|
src/generated/graphql.ts:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-apollo-angular"
|
|
config:
|
|
immutableTypes: false
|
|
src/generated/graphql.schema.json:
|
|
plugins:
|
|
- "introspection"
|