DEV Community

Discussion on: Apollo state management in Vue application

Collapse
 
renestalder profile image
René Stalder

I rather meant in the mutations inside the resolver. With client.writeQuery you can make sure, the data reactivity is triggered for sure while cache.writeQuery will possible not fire a data refresh in your UI if you change nested items. At least that's what I currently can reproduce.

Thread Thread
 
n_tepluhina profile image
Natalia Tepluhina

I cannot reproduce this behavior and very own Apollo tutorials are also relying on cache.writeData and cache.writeQuery
apollographql.com/docs/react/essen...