I am using a hook for a query that returns items in a list. Elsewhere, i use writeQuery on the cache to update the cached value for the query. My expectation is that this would trigger the hook to re-render. Is something wrong with my usage, or is this not supported?
I am using a hook for a query that returns items in a list. Elsewhere, i use
writeQuery
on the cache to update the cached value for the query. My expectation is that this would trigger the hook to re-render. Is something wrong with my usage, or is this not supported?