v1.0.0
This release drops Flow support in favor of TypeScript - dataloaders will be now be generated with TypeScript types. To upgrade, make sure your codebase is in TypeScript and switch the typings.language
key in your config file from 'flow'
to 'typescript'
.
Other changes:
- Bumps minimum Node version to 22.x (LTS)
- Fixes an issue where
isBatchKeyASet
would supply keys to the resource as anArray
instead of aSet