blog-fs/codegen.yml

12 lines
262 B
YAML
Raw Normal View History

2021-05-01 18:34:45 +08:00
overwrite: true
2021-07-01 14:01:12 +08:00
schema: "http://localhost:7132/graphql"
2021-05-01 18:34:45 +08:00
generates:
commons/graphql/generated.tsx:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
./graphql.schema.json:
plugins:
- "introspection"