railbird-gql/codegen.yml

16 lines
309 B
YAML
Raw Normal View History

2024-02-03 03:34:57 -07:00
overwrite: true
2024-10-16 15:24:08 -06:00
schema:
- "src/schema.gql"
- "src/client-schema.gql"
2024-02-03 03:34:57 -07:00
documents: "src/**/*.gql"
generates:
2024-02-03 15:08:27 -07:00
src/index.tsx:
2024-02-03 03:34:57 -07:00
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
config:
withHooks: true
withHOC: false
withComponent: false