fennec-fe/codegen.yml
2021-05-04 21:51:13 +08:00

13 lines
296 B
YAML

overwrite: true
schema: "http://api.fennec.localhost/graphql"
# documents: "src/**/*.graphql"
generates:
src/generated/graphql.tsx:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
./graphql.schema.json:
plugins:
- "introspection"