We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03d333 commit 2e31556Copy full SHA for 2e31556
ariadne/explorer/templates/graphiql.html
@@ -82,7 +82,7 @@
82
'{% raw default_query %}',
83
);
84
{% if enable_explorer_plugin %}
85
- var explorerPlugin = GraphiQLPluginExplorer.useExplorerPlugin({
+ var explorerPlugin = GraphiQLPluginExplorer.explorerPlugin({
86
query: query,
87
onEdit: setQuery,
88
});
0 commit comments