From 5f06eb5116f4ab497f560c09f915941994779f50 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 5 May 2020 00:27:45 -0400 Subject: [PATCH] Fixed typo in default state gql query value --- store/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/state.js b/store/state.js index 16e4040d8..338828ea7 100644 --- a/store/state.js +++ b/store/state.js @@ -23,7 +23,7 @@ export default () => ({ headers: [], schema: "", variablesJSONString: '{ "id": "1" }', - query: `query charcter($id: ID) { + query: `query GetCharacter($id: ID) { character(id: $id) { id name