This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
version.tribalwarshelp.com/codegen.yml

15 lines
338 B
YAML

overwrite: true
schema: ${REACT_APP_API_URI:https://api.tribalwarshelp.com/graphql}
generates:
src/libs/graphql/types.ts:
plugins:
- "typescript"
- "typescript-operations"
config:
skipTypename: true
namingConvention:
enumValues: keep
scalars:
ID: number
Time: Date | string