~ghost08/graphiql

01f7c378d78a17961b1d695d85e24b46b6d8f13e — Mgr. Vladimir Magyar 4 years ago cc8157c v1.1.2
Add dark mode
1 files changed, 1 insertions(+), 0 deletions(-)

M graphiql.go
M graphiql.go => graphiql.go +1 -0
@@ 24,6 24,7 @@ var page = `
          method: 'post',
          headers: { $headers 'Content-Type': 'application/json' },
          body: JSON.stringify(graphQLParams),
		  theme: 'dark',
        })
          .then(response => response.json())
          .catch(() => response.text());