Show HN: Visual GraphQL Query Builder

5 hours ago (gqlvis.hadid.dev)

A small tool to explore and build GraphQL queries visually.

I built it for fun, but I think it has real utility for navigating complex, deeply nested GraphQL schemas like GitHub's, which can contain hundreds of interconnected object and interface types.

Under the hood, it works by recursively introspecting the schema based on user selections.

Everything runs locally in the browser.

Source code: https://github.com/mhadidg/gqlvis