how do you/can you update a query in the apollo store used in a different component?
mattbryanswan
12/27/2017, 4:35 PM
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.
mattbryanswan
12/27/2017, 4:36 PM
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.
mattbryanswan
12/27/2017, 4:37 PM
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?