Update state with Apollo Client
问题 I am trying to use ApolloClient with Vuex but I stumbled upon a problem I can't resolve. I call ApolloClient.query() function inside a vuex action but it seems like the function always returns a resolved promise from the first action call. So, after the function got fired once, no request goes to the server and I get the same result as when I load the page (although the actual data in database gets changes). If I take a look at Apollo Dev Tools, there's also no changes to the Apollo state