You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A query alias, although is present in the query does not appear in the cache explorer. How is it possible to use an alias for identifying a cache record?
I'm assuming users will return a list of objects? Typically you would use readQuery & writeQuery or updateQuery to update data like this. cache.modify might not be the best fit here.
A query alias, although is present in the query does not appear in the cache explorer. How is it possible to use an alias for identifying a cache record?
To take the aliasing example in the documentation
How is possible to use
cache.identify
to distinguish between the twousers
object if aliasing is not coupled with it in the cache?How else is possible to, for example, mutate the admins using a
cache.modify
statement in anupdate
statement?The text was updated successfully, but these errors were encountered: