Files
TheGame/packages/web/codegen.yml
δυς f5295c3242 Reading and Writing Profile Info From Ceramic (#943)
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
2022-01-25 16:51:53 -05:00

18 lines
374 B
YAML

overwrite: true
require:
- ts-node/register
generates:
./graphql/autogen/types.ts:
schema: '../../schema.graphql'
documents:
- ./graphql/**/(!(*.d)).ts
plugins:
- typescript
- typescript-operations
- typescript-urql
- add:
content: '/* eslint-disable */'
config:
gqlImport: fake-tag
skipTypename: true