Releases: graphql-compose/graphql-compose-mongoose
Releases · graphql-compose/graphql-compose-mongoose
v1.3.1
<a name"1.3.1">
1.3.1 (2016-10-16)
Bug Fixes
- ProjectionHelper: Avoid flatting for MongoDB Projection Operators (0bc78ddd)
v1.3.0
<a name"1.3.0">
1.3.0 (2016-10-16)
Features
v1.2.3
<a name"1.2.3">
1.2.3 (2016-10-14)
Bug Fixes
- Indexes: Removed specific indexes and generate clean field names (37d178c9)
v1.2.2
<a name"1.2.2">
1.2.2 (2016-10-12)
Bug Fixes
v1.2.1
<a name"1.2.1">
1.2.1 (2016-10-07)
Bug Fixes
- FilterHelper: Pass only that
filter
args which exist in model to mongoose.query.where(...) (20cf2462)
v1.2.0
<a name"1.2.0">
1.2.0 (2016-10-07)
Features
- FilterHelper: Add resolveParams.rawQuery to mongoose.where() if provided (7acdfcac)
v1.1.0
<a name"1.1.0">
1.1.0 (2016-09-15)
Features
- resolvers:
- Add callback
beforeQuery
to resolveParams for updateMany, removeById, removeMa (dda449ed)
- Add callback
beforeRecordMutate
to resolveParams for createOne, updateById, up (e7d46260)
1.0.12 (September 6, 2016)
- fix: Resolvers now return mongoose documents. It's useful for your resolver wrappers. Now you have access to virtual fields, model methods via
source
or source.record
.
- Update dependencies
- Update order of imported modules, due eslint warnings
- Flow 0.32
1.0.11 (September 5, 2016)
1.0.10 (August 25, 2016)
- Resolvers
findOne
and findById
now by default return object with data, not mongoose document.