We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mutate
1 parent b17817e commit ddf9aa0Copy full SHA for ddf9aa0
packages/vue-apollo-components/src/ApolloMutation.js
@@ -82,6 +82,7 @@ export default {
82
}).then(result => {
83
this.$emit('done', result)
84
this.loading = false
85
+ return result
86
}).catch(e => {
87
addGqlError(e)
88
this.error = e
0 commit comments