how do you/can you update a query in the apollo st...
# prisma-whats-new
m
how do you/can you update a query in the apollo store used in a different component?
I have a component that I am pulling into various other components. When you save (or unsave) it from your various lists, I'm trying to update particular queries.
On the page that displays a list of saved items... I can unsave it and it works fine. But if I go instead to the page where you find items to save... it breaks.
the error I am getting says it can't find the variables I chose on a different query... but I'm specifying the query I want... why is it switching it and trying to find/update the wrong query?