ecerroni / apollo-cache-updater

Helper for updating the apollo cache after a mutation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Cannot assign to read only property

ecerroni opened this issue · comments

commented

Although queries in the cache should not be frozen, sometimes it still happens. I've not understood what is the exact reason of this.

The error message is:
TypeError: Cannot assign to read only property '__my_query_name__' of object '#<Object>'