An extensive IDE for exploring GraphQL API's
Unpack the latest app from the releases tab
Releases available soon, for now build the binary using
npm install -g electron
npm install
npm run package --all
Run the binary using electron .
Download the latest 0.2.x version, this will give you an option to export any project for 1.x.After you've installed 1.x you can import the project there. You can always go back to 0.x, your project data is stored at/Users/[username]/Library/Application Support/graphql-ide
Please file issues under GitHub, or submit a pull request if you'd like to directly contribute.
https://blog.csdn.net/taiyangdao/article/details/79998494 GraphQL服务器能够提供的API查询请求,往往是通过HTTP实现的。而Spring Boot能够方便地构建一个Web服务,于是自然就引入了Spring Boot使能的GraphQL服务器。 graphql-spring-boot是一个Spring Boot应用的辅助类库,基于Gr
原文地址: Introspection 请求一个 GraphQL 语法获取关于它所支持的查询的信息通常是很有用的。GraphQL 允许我们使用内省系统来实现这一功能! 对于我们的星球大战例子来说,starWarsIntrospection-test.js包含大量的查询,演示了自省系统,并且是一个测试文件,可以运行这个文件来执行引用实现的内省系统。 我们设计了类型系统,因此我们知道可用的类型,但是如
一、GraphQL demo 说明 1.1 环境说明 操作系统 : 苹果电脑 春季启动:2.3.1.发布 JDK:1.8 graphql-spring-boot-starter : 5.0.2 GraphQL-java-tools:5.2.4 图形iql-弹簧-启动器:7.1.0 1.2 编码思路说明 (1)我们会新创建一个maven项目; (2)引入相关的依赖,比如spring boot和gra
英文原版地址:https://www.howtographql.com/... 您可能已经意识到,GraphQL生态系统正在以惊人的速度增长。之所以如此,原因之一是GraphQL使我们很容易开发出优秀的工具。在本节中,我们将看到为什么会这样,以及已经存在生态系统中有的一些惊人的工具。 如果您熟悉GraphQL基础知识,您可能知道GraphQL的类型系统如何帮助我们快速定义API的最外层。它允许开发
快速开始 GraphQL 是一种用于 API 的查询语言。这是 GraphQL 和 REST 之间一个很好的比较 (译者注: GraphQL 替代 REST 是必然趋势)。在这组文章中, 我们不会解释什幺是 GraphQL, 而是演示如何使用 @nestjs/GraphQL 模块。 GraphQLModule 只不过是 Apollo 服务器的包装器。我们没有造轮子, 而是提供一个现成的模块, 这让
GraphQL 既是一种用于 API 的查询语言也是一个满足你数据查询的运行时。 GraphQL 对你的 API 中的数据提供了一套易于理解的完整描述,使得客户端能够准确地获得它需要的数据,而且没有任何冗余,也让 API 更容易地随着时间推移而演进,还能用于构建强大的开发者工具。 向你的 API 发出一个 GraphQL 请求就能准确获得你想要的数据,不多不少。 GraphQL 查询总是返回可预测
Graphql editor 是一款 Graphql 的可视化编辑器和 IDE,帮助用户更容易理解 GraphQL 模式,通过使用可视化块系统创建模式。GraphQL Editor 将把它们转化为代码。通过 GraphQL Editor,用户可以在不写任何代码的情况下创建可视化的图表,或者以一种很好的方式呈现其模式。 GraphQL View Code Editor View Hierarchy View
GraphQL CLI Help us to improve new GraphQL CLI. Check out the new structure and commands below!Feel free to contact us in Discord channel. We would love to hear your feedback. Features Helpful command
Fullstack GraphQL Simple Demo Application API built with Node + Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux. Written in ES6 using Babel
Hasura GraphQL Engine Hasura is an open source product that accelerates API development by 10x by giving you GraphQL or REST APIs with built in authorization on your data, instantly. Read more at hasu