We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb5116 commit 93765c9Copy full SHA for 93765c9
packages/@vue/cli-ui/src/vue-apollo.js
@@ -64,6 +64,7 @@ export const apolloProvider = new VueApollo({
64
})
65
66
export async function resetApollo () {
67
+ console.log('[UI] Apollo store reset')
68
try {
69
await apolloClient.resetStore()
70
} catch (e) {
0 commit comments