From d42f842b2f84b495a069c683f5a862b0c09c0641 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 5 May 2020 17:21:14 -0400 Subject: [PATCH] Added store entry to store GQL schema introspection data --- store/state.js | 1 + 1 file changed, 1 insertion(+) diff --git a/store/state.js b/store/state.js index 338828ea7..b9389bc79 100644 --- a/store/state.js +++ b/store/state.js @@ -30,6 +30,7 @@ export default () => ({ } }`, response: "", + schemaIntrospection: "", }, theme: { collapsedSections: [],