blog-bs/codegen.yml

13 lines
290 B
YAML
Raw Permalink Normal View History

2021-04-24 14:47:22 +08:00
overwrite: true
schema: "http://localhost:7132/graphql"
# documents: "src/**/*.graphql"
generates:
src/generated/graphql.tsx:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
./graphql.schema.json:
plugins:
- "introspection"