railbird-gql/codegen.yml

14 lines
289 B
YAML
Raw Normal View History

2024-02-03 03:34:57 -07:00
overwrite: true
schema: "src/schema.gql"
documents: "src/**/*.gql"
generates:
src/generated/graphql.tsx:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
config:
withHooks: true
withHOC: false
withComponent: false