This PR embeds a new GraphQl playground based on GraphiQL into the server UI.
It also fixes some minor bugs in the server UI, such as inconsistent behaviour on the search page query builder.
Why are the changes needed?
The old playground was causing some UX issues
Does this PR introduce any user-facing change? If yes is this documented?
What changes were proposed in this pull request?
This PR embeds a new GraphQl playground based on GraphiQL into the server UI. It also fixes some minor bugs in the server UI, such as inconsistent behaviour on the search page query builder.
Why are the changes needed?
The old playground was causing some UX issues
Does this PR introduce any user-facing change? If yes is this documented?
It does, but not library-wise
How was this patch tested?
This has been tested manually
Are there any further changes required?
No