Files
landscape-template/codegen.yml
2022-04-16 17:31:17 +03:00

13 lines
294 B
YAML

overwrite: true
schema: "http://localhost:8888/dev/graphql"
documents: "./src/**/*.{ts,graphql}"
generates:
src/graphql/index.tsx:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
config:
withHooks: true
avoidOptionals: true