Skip to content

v9.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 21:19
· 101 commits to master since this release

9.0.0-alpha.7 (2020-09-13)

Features

  • add suffix option to resolvers which may generate different sub-types according to config. It allows to avoid Type name collision if you generate several resolvers from one with different configs. (730c062), closes #268
  • add non-nullability for mongoose fields that have a default value (93f265d), closes #261