runtipi/packages/dashboard/codegen.yml
2022-06-20 22:57:27 +02:00

9 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"