fennec-fe/codegen.yml

13 lines
290 B
YAML
Raw Normal View History

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