From 7fab6f4732df1f0a9739017a93e4bccc41e2b627 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 26 Nov 2019 15:43:06 -0500 Subject: [PATCH] Added query field to the GQL state --- store/state.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/store/state.js b/store/state.js index 99cc7900b..67d07376a 100644 --- a/store/state.js +++ b/store/state.js @@ -19,6 +19,7 @@ export default () => ({ }, gql: { url: 'https://rickandmortyapi.com/graphql', - headers: [] + headers: [], + query: "" } });