Tag: urql-graphcache
-
How can graphQl update its won cache in reaction to data mutations triggered by a different user?
0 Here is a scenario: User A is friends with user B. User C is an admin. When user A queries the list of his friends, the list comes back, and user B is one of its members. This list is cached and the following queries are read from the cache. Now, let’s say the…