Releases: GraphQLGuide/apollo-datasource-mongodb
Releases · GraphQLGuide/apollo-datasource-mongodb
0.2.6
26 Apr 08:18
Compare
Sorry, something went wrong.
No results found
Patches
Fix return type of deleteFromCacheById: 6b06b43
deleteFromCacheById now clears DataLoader cache as well: 0850ddb
0.2.5
27 Mar 06:16
Compare
Sorry, something went wrong.
No results found
Patches
Move @types packages to deps from dev deps: b34f568
Add index.d.ts to files: 1bd869c
Merge pull request #20 from GraphQLGuide/adi-fix-typescript-packing: 7d33b0b
0.2.4
25 Mar 22:59
Compare
Sorry, something went wrong.
No results found
0.2.1
18 Dec 06:16
Compare
Sorry, something went wrong.
No results found
0.2.0
17 Oct 06:41
Compare
Sorry, something went wrong.
No results found
Changes
new Users({ users: collection })
-> new Users(collection)
new Users(MongooseModel)
(available as this.model
inside the data source)
API Update
04 Jun 04:59
Compare
Sorry, something went wrong.
No results found
Fix caching bug and only allow a single collection per class.