From 584cfc270c87d97ad2ed7783f2aba8bdb95f7472 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sat, 30 Sep 2017 19:54:44 +0200 Subject: [PATCH] Link to https://github.com/Akryum/vue-apollo-todos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27cd8ae..8e3ecfa 100644 --- a/README.md +++ b/README.md @@ -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: {