2 months ago
Tues Nov 11, 2025 10:17am PST
Show HN: Visual GraphQL Query Builder
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

read article
comments:
add comment
loading comments...