Skip to content

v9.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 18:43
· 123 commits to master since this release

9.0.0-alpha.1 (2020-09-03)

Features

  • add payload.error field to all mutation resolvers. If client request error field then typed error will be returned in mutation payload, otherwise it will be on top-level errors field. (bafc03f)
  • improve return types for findByIds & findMany now they returns empty array instead of null (ad6ed68)

BREAKING CHANGES

  • some internal filter type names for args were changed. It may break some clients if you use that type names in your graphql queries:
  • count resolver change name for filter type Filter*Input -> FilterCount*Input