sendou.ink/old/frontend-react/codegen.yml
Kalle (Sendou) 1576f89925 move to old
2020-10-13 14:27:02 +03:00

10 lines
234 B
YAML

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