diff --git a/site/code/index.html.js b/site/code/index.html.js index adeba2303a..dbbef0f544 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -401,9 +401,10 @@ Executor.execute(schema, query) map println ## 工具 - - [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)):一个交互式的运行于浏览器中的 GraphQL IDE. + - [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)):一个交互式的运行于浏览器中的 GraphQL IDE。 - [libgraphqlparser](https://github.com/graphql/libgraphqlparser):一个 C++ 版 GraphQL 查询语言分析器,提供 C 和 C++ API。 - [Graphql Language Service](https://github.com/graphql/graphql-language-service):一个用于构建 IDE 的 GraphQL 语言服务(诊断、自动完成等)的接口。 + - [Graphql Calculator](https://github.com/graphql-calculator/graphql-calculator) - 一款基于指令和表达式实现的轻量级查询计算引擎。 ## 更多内容