This PR adds a basic graphical user interface besides the GraphQL server that is served for GET queries at /. The playground path was changed to /playground. Also, all the CDN dependencies were removed from the playground page.
Why are the changes needed?
This new basic UI allows users to search entities among the loaded graphs and visualise them in a graph view.
Does this PR introduce any user-facing change? If yes is this documented?
What changes were proposed in this pull request?
This PR adds a basic graphical user interface besides the GraphQL server that is served for GET queries at
/
. The playground path was changed to/playground
. Also, all the CDN dependencies were removed from the playground page.Why are the changes needed?
This new basic UI allows users to search entities among the loaded graphs and visualise them in a graph view.
Does this PR introduce any user-facing change? If yes is this documented?
Yes, but not library-wise.
How was this patch tested?
This has been manually tested
Are there any further changes required?
No