diff --git a/graphql/graphiql.go b/graphql/graphiql.go index e72609254..483d4cea3 100644 --- a/graphql/graphiql.go +++ b/graphql/graphiql.go @@ -60,11 +60,37 @@ var graphiql = []byte(` - - - - - + + + + + +
Loading...
@@ -84,7 +110,6 @@ var graphiql = []byte(` } }); } - ReactDOM.render( React.createElement(GraphiQL, {fetcher: fetchGQL}), document.getElementById("graphiql")