[question] How to deal with "writeData is not implemented by Hermes yet" error?
amok opened this issue ยท 6 comments
amok commented
Hi!
I've tried to replace my cache by Hermes and the lib spits out to my console
apollo-cache-hermes/src/apollo/Queryable.ts
Lines 80 to 82 in b2736d8
goldo commented
Same question! Any news ?
nevir commented
Sorry about the radio silence! :(
Yup! We plan on implementing writeData
(and any other behavior added to the cache interface recently); hopefully within the next few weeks
crubier commented
Hi ! Any news on this ? I would be happy to see this as I use apollo link state
theallseingeye commented
@crubier did you find any alternative?
crubier commented
@theallseingeye nope. Still using apollo-cache-inmemory
joshuajhun commented
Any updates on this? I would love to use apollo-cache-heremes
but it's partly dependent on this.