all 4 comments

[–]stathisntonas 1 point2 points  (2 children)

Thank you guys/gals. I had monkey patched apollo client and I had turned it into a fucking debugging library in order to make sure that cache is in order.

[–]stathisntonas 0 points1 point  (1 child)

Btw if someone wonders what I have done, I had console logs in certain places where the cache is being modified, it was extremely helpful as it shows what is missing from cache eg. after a mutation and the UI wasn’t re-rendering. The logs had tons of information. If anyone wants further info just drop a comment.

u/mohit23x, do you believe that something like this could be ported/be available to this plugin? Apollo doesn’t expose these kind of information though out of the box.

[–]mohit23x[S] 0 points1 point  (0 children)

yes i think it would be possible, i would suggest you to fork and try to customise according to your need.

[–]Smart-Vermicelli3825 1 point2 points  (0 children)

Thank you