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