Skip to content

Commit 2e31556

Browse files
authored
Fixed using GraphiQLPluginExplorer
1 parent e03d333 commit 2e31556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ariadne/explorer/templates/graphiql.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'{% raw default_query %}',
8383
);
8484
{% if enable_explorer_plugin %}
85-
var explorerPlugin = GraphiQLPluginExplorer.useExplorerPlugin({
85+
var explorerPlugin = GraphiQLPluginExplorer.explorerPlugin({
8686
query: query,
8787
onEdit: setQuery,
8888
});

0 commit comments

Comments
 (0)