You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the GraphQL Playground handler, if the WithGraphiqlEnablePluginExplorer(true) option is not explicitly passed, the plugin explorer script (@graphiql/plugin-explorer) is not included in the rendered HTML. However, the JavaScript code in the template still references GraphiQLPluginExplorer, leading to the following error in the browser console:
Uncaught ReferenceError: GraphiQLPluginExplorer is not defined
at <anonymous>:113
Steps to Reproduce
Set up the GraphQL Playground handler without enabling the plugin explorer: