TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GraphiQL Explorer 2.0: A power-user release

4 点作者 sgrove将近 6 年前

1 comment

sgrove将近 6 年前
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>