From c9de06844dbb3d7420a224af55c683c15914c4d9 Mon Sep 17 00:00:00 2001 From: Mel van Londen Date: Sat, 1 Apr 2017 16:08:33 -0700 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 057f02e..94dea16 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ const vars = { }; client.mutate(mutationQuery, vars).then(resp => { - console.log(resp.newFilm); + console.log(resp.newData); }); ```