Access Result and Update methods in ApolloClient Query #550
Unanswered
fernandoagarcia
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to access the 'result' and 'update' methods using the query function from apolloclient similar to the way in the DollarApollo api? I am using this via Vuex with the following code:
` async fetchEventDetails ({commit}, d) {
},`
I would like to be able to access more of the DollarApollo api in Vuex if at all possible.
Beta Was this translation helpful? Give feedback.
All reactions