Skip to content

v9.0.0-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Sep 20:48
· 109 commits to master since this release

9.0.0-alpha.5 (2020-09-09)

Code Refactoring

  • get rid of getRecordIdFn(); add test helper functions testOperation() & testFieldConfig() (7e3de3d), closes #262

Features

  • improve typescript definitions (0ac071d)

BREAKING CHANGES

  • if you use ObjectTypeComposer.setRecordIdFn() for customization recordId in mutations payload then you will need use resolvers config options, eg. createOne(model, tc, { recordIdFn: (doc, context) => source.uid }).