We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8d34f commit fd9b148Copy full SHA for fd9b148
src/GraphiQLAsset.php
@@ -25,7 +25,7 @@ class GraphiQLAsset
25
public const FAVICON_SOURCE_URL = 'https://raw.githubusercontent.com/graphql/graphql.github.io/source/public/favicon.ico';
26
27
public const GRAPHIQL_JS_LOCAL_PATH = 'vendor/graphiql/graphiql.js';
28
- public const GRAPHIQL_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql@4/dist/';
+ public const GRAPHIQL_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql@4/dist/index.umd.js';
29
30
public const PLUGIN_EXPLORER_JS_LOCAL_PATH = 'vendor/graphiql/graphiql-plugin-explorer.js';
31
public const PLUGIN_EXPLORER_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/@graphiql/plugin-explorer@4/dist/index.umd.js';
0 commit comments