feat(graphql): replace deprecated graphql-playground with graphiql#16724
Open
Patrickroelofs wants to merge 7 commits into
Open
feat(graphql): replace deprecated graphql-playground with graphiql#16724Patrickroelofs wants to merge 7 commits into
Patrickroelofs wants to merge 7 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
This PR replaces the deprecated
graphql-playgroundinterface with the moderngraphiqlIDE for exploring and testing the GraphQL API.Why?
graphql-playgroundwas officially retired by the GraphQL Foundation in 2020 and has been unmaintained for several years, which introduces dependency drift and potential security vulnerabilities. graphql/graphql-playground#1143graphiqlis the actively maintained, official standard. It offers a more modern developer experience, better accessibility, and up-to-date dependencies.Besides that

graphql-playgroundhas severe issues in firefox like autocomplete helpers not dissapearinggraphql/graphql-playground#1429
How?
graphql-playgrounddependencies and related rendering code.graphiqlas the new interactive GraphQL IDE.Disclosure
Validations