Skip to content

[6.x] Fix GraphiQL playground#14770

Merged
jasonvarga merged 1 commit into
6.xfrom
fix-graphiql-playgrounnd
Jun 3, 2026
Merged

[6.x] Fix GraphiQL playground#14770
jasonvarga merged 1 commit into
6.xfrom
fix-graphiql-playgrounnd

Conversation

@joshuablum
Copy link
Copy Markdown
Member

The CP's GraphiQL playground is currently broken throwing a console error.
Dependencies are not bundled but loaded thourgh esm.sh. GraphiQL packages were not version pinned though. With 5.x graphiql switched from CodeMirror to Monaco and the different packages each pulled in their own Monaco instance resulting in the error.

This pins versions to what's provided in their CDN example and ensures a single shared Monaco instance.

Fixes #14762

@jasonvarga jasonvarga merged commit cb75f5a into 6.x Jun 3, 2026
19 checks passed
@jasonvarga jasonvarga deleted the fix-graphiql-playgrounnd branch June 3, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GraphiQL playground broken — esm.sh serves graphiql@5.x which has unfixable multi-instance module issues

2 participants