Pometry / Raphtory

Scalable graph analytics database powered by a multithreaded, vectorized temporal engine, written in Rust
https://raphtory.com
GNU General Public License v3.0
347 stars 54 forks source link

Embed GraphQL playground into Raphtory UI #1838

Closed ricopinazo closed 3 weeks ago

ricopinazo commented 3 weeks ago

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