v9.0.0-alpha.1
Pre-release
Pre-release
·
123 commits
to master
since this release
9.0.0-alpha.1 (2020-09-03)
Features
- add
payload.errorfield to all mutation resolvers. If client requesterrorfield then typed error will be returned in mutation payload, otherwise it will be on top-levelerrorsfield. (bafc03f) - improve return types for
findByIds&findManynow they returns empty array instead of null (ad6ed68)
BREAKING CHANGES
- some internal
filtertype names for args were changed. It may break some clients if you use that type names in your graphql queries:
countresolver change name for filter typeFilter*Input->FilterCount*Input