s3browser-frontend/codegen.yml
2021-08-06 19:24:20 +02:00

16 lines
401 B
YAML

overwrite: true
schema: "src/generated/schema.json"
documents: "src/**/*.graphql"
generates:
src/generated/graphql.tsx:
hooks:
afterOneFileWrite:
- yarn run eslint --fix --no-ignore src/generated/graphql.tsx
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
config:
withHooks: true
scalars:
DateTime: string