This commit is contained in:
Guillaume Chau
2017-09-30 19:54:44 +02:00
committed by GitHub
parent f8177d5b17
commit 584cfc270c
+1 -1
View File
@@ -562,7 +562,7 @@ created () {
## Mutations
Mutations are queries that change your data state on your apollo server. For more info, visit the [apollo doc](http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient\.mutate).
Mutations are queries that change your data state on your apollo server. For more info, visit the [apollo doc](http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient\.mutate). There is a mutation-focused [example app](https://github.com/Akryum/vue-apollo-todos) you can look at.
```javascript
methods: {