Skip to content

Commit b77c9ef

Browse files
authored
Merge pull request #55 from dugenkui03/patch-1
添加 ‘Graphql Calculator’
2 parents 8a39ee2 + a4995d8 commit b77c9ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/code/index.html.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,10 @@ Executor.execute(schema, query) map println
401401
402402
## 工具
403403
404-
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)):一个交互式的运行于浏览器中的 GraphQL IDE.
404+
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)):一个交互式的运行于浏览器中的 GraphQL IDE
405405
- [libgraphqlparser](https://github.com/graphql/libgraphqlparser):一个 C++ 版 GraphQL 查询语言分析器,提供 C 和 C++ API。
406406
- [Graphql Language Service](https://github.com/graphql/graphql-language-service):一个用于构建 IDE 的 GraphQL 语言服务(诊断、自动完成等)的接口。
407+
- [Graphql Calculator](https://github.com/graphql-calculator/graphql-calculator) - 一款基于指令和表达式实现的轻量级查询计算引擎。
407408
408409
## 更多内容
409410

0 commit comments

Comments
 (0)