Is there a decent desktop or web tool to use to visualise your Graph?
Previously I was playing with asp.net core and the HotChocolate framework and there was a tool GraphQL Voyager; but it seems that this only works on the GQL server side not for GQL clients.
Is there anything that people here use to do something like:
You can definitely use GraphQL Voyager with Dgraph. You can visualize your GraphQL schema by copying the schema introspection from GraphQL Voyager to visualize your GraphQL schema.