Releases: swantzter/apollo-datasource-firestore
Releases · swantzter/apollo-datasource-firestore
v2.2.1
- Fixes a bug where updateOnePartial didn't update the cache
v2.2.0
- now exports type FindArgs and QueryFindArgs
v2.1.0
- you can now access
this.cache
to build your own cached methods
v2.0.0
- Each returned document will now have a property
collection
with the name of the parent collection, useful for type assertions