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());