Open
Description
I'm new to vue and vuew-apollo. I have $this.apollo.mutate working but love the simplicity of Apollo Components. I already moved to ApolloQuery and it makes the code look so much cleaner. I want to do the same for ApolloMutation and could not find a more complete example. - https://akryum.github.io/vue-apollo/guide/components/mutation.html. Specifically aound how the onDone() is used in <script> to get the mutation going