Releases: graphql-compose/graphql-compose-mongoose
Releases · graphql-compose/graphql-compose-mongoose
v1.3.1
16 Oct 15:10
Compare
Sorry, something went wrong.
No results found
<a name"1.3.1">
1.3.1 (2016-10-16)
Bug Fixes
ProjectionHelper: Avoid flatting for MongoDB Projection Operators (0bc78ddd )
v1.3.0
16 Oct 12:26
Compare
Sorry, something went wrong.
No results found
<a name"1.3.0">
1.3.0 (2016-10-16)
Features
ConnectionResolver:
Add unique indexed fields to the connection sort argument (c55e141f )
Migrated to new major version of graphql-compose-connection@2.0.0 (1004c202 )
v1.2.3
14 Oct 11:26
Compare
Sorry, something went wrong.
No results found
<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
12 Oct 07:38
Compare
Sorry, something went wrong.
No results found
<a name"1.2.2">
1.2.2 (2016-10-12)
Bug Fixes
Dependencies: Fix due changes in graphql-compose@1.0.0 (ad341578 )
v1.2.1
07 Oct 14:51
Compare
Sorry, something went wrong.
No results found
<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
07 Oct 13:24
Compare
Sorry, something went wrong.
No results found
<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
15 Sep 10:53
Compare
Sorry, something went wrong.
No results found
<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)
06 Sep 08:15
Compare
Sorry, something went wrong.
No results found
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)
05 Sep 08:02
Compare
Sorry, something went wrong.
No results found
1.0.10 (August 25, 2016)
25 Aug 15:04
Compare
Sorry, something went wrong.
No results found
Resolvers findOne and findById now by default return object with data, not mongoose document.