From 2c139c2a65faea837b1415dc8034722ac3f23249 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Thu, 21 Nov 2019 00:00:15 -0500 Subject: [PATCH] Added GQL object to global store --- store/state.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/store/state.js b/store/state.js index 487623ff..a4f7df54 100644 --- a/store/state.js +++ b/store/state.js @@ -16,5 +16,8 @@ export default () => ({ rawInput: false, requestType: '', contentType: '', + }, + gql: { + url: 'https://rickandmortyapi.com/graphql' } });