v9.0.0-alpha.3
Pre-release
Pre-release
·
120 commits
to master
since this release
9.0.0-alpha.3 (2020-09-05)
Features
- add new resolvers
findByIdLean,findByIdsLean,findByManyLean,findByOneLeanwhich returns data from DB without instantiating a full Mongoose documents. It's faster in several times but doesn't support getters & virtuals fields. See https://mongoosejs.com/docs/tutorials/lean.html#using-lean (e10713b), closes #140