TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GraphiQL Explorer 2.0: A power-user release

4 pointsby sgrovealmost 6 years ago

1 comment

sgrovealmost 6 years ago
The GraphiQL explorer is completely open source, and anyone can use it in their own GraphiQL instance, so you can get this visual exploration and quick query building for your own GraphQL API.<p>The kind of tooling we can build on all different levels for GraphQL is really surprising. Every time I ship a feature set like this, I suddenly realize that it&#x27;s opened up (or composes with) another set of possibilities that I haven&#x27;t see elsewhere.<p>You can see an example of how to use it with your own GraphQL server here <a href="https:&#x2F;&#x2F;github.com&#x2F;OneGraph&#x2F;graphiql-explorer-example" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;OneGraph&#x2F;graphiql-explorer-example</a> (just change this one line! <a href="https:&#x2F;&#x2F;github.com&#x2F;OneGraph&#x2F;graphiql-explorer-example&#x2F;blob&#x2F;master&#x2F;src&#x2F;App.js#L17" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;OneGraph&#x2F;graphiql-explorer-example&#x2F;blob&#x2F;m...</a> ) or try it out to see what it&#x27;s like to explorer massive graphs of APIs here <a href="https:&#x2F;&#x2F;serve.onegraph.com&#x2F;short&#x2F;2H987X" rel="nofollow">https:&#x2F;&#x2F;serve.onegraph.com&#x2F;short&#x2F;2H987X</a>