This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
website/codegen.yml

13 lines
282 B
YAML

overwrite: true
schema: ${NEXT_PUBLIC_API_URI:http://localhost:8080/graphql}
generates:
src/libs/graphql/types.ts:
plugins:
- "typescript"
- "typescript-operations"
config:
skipTypename: true
scalars:
ID: number
Time: Date | string