sendou.ink/codegen.yml
2020-10-16 00:27:09 +03:00

12 lines
277 B
YAML

overwrite: true
schema: "http://localhost:3000/api/graphql"
documents:
- "scenes/**/queries/*.graphql"
- "scenes/**/mutations/*.graphql"
generates:
generated/graphql.tsx:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"