Update cache before mutacion Offline PWA APP

Hi, I’m new to this forum, I’m starting with Apollo V3 and I have some doubts about the cache… it’s possible to insert new records in a cache before the mutation, it’s for a WPA React.js project with hook(usemutation)
and while it’s offline I need to insert the new records into the cache while reconnecting…
is it feasible…???

Hey @Juan_Quinteros! It’s definitely possible to insert data into the cache as need be. I’d highly recommend checking out our docs on “Reading and writing data to the cache” to learn more about interacting with the cache. Hope this helps!