blog-fs/codegen.yml

12 lines
266 B
YAML
Raw Normal View History

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