From 423eaa5462e1bad2da09600dec3e203f552bc6db Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 21 Sep 2020 11:20:42 +0530 Subject: [PATCH] Fixed broken GraphQL mock query --- store/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/state.js b/store/state.js index cf4cb7061..dc08fea1e 100644 --- a/store/state.js +++ b/store/state.js @@ -23,7 +23,7 @@ export default () => ({ headers: [], schema: "", variablesJSONString: '{ "id": "1" }', - query: `query GetCharacter($id: ID) { + query: `query GetCharacter($id: ID!) { character(id: $id) { id name