Sam Seaton

Results 1 comments of Sam Seaton

I had this same issue and I resolved it by using `_.cloneDeep()` before using `writeQuery()` to send the data back to the cache ``` const nodes = _.cloneDeep(cacheResults.listPosts.nodes); nodes.unshift(result.createPost); cache.writeQuery({...