From c69dcb2dc2a05cc6509c671416e98f7fb8f27c52 Mon Sep 17 00:00:00 2001 From: dugenkui Date: Sat, 4 Sep 2021 15:35:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E2=80=98Graphql=20Cal?= =?UTF-8?q?culator=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 实际业务场景已经落地,介绍:https://www.infoq.cn/article/AEqc4YNC8E4fqz9uwbGi --- site/code/index.html.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/code/index.html.js b/site/code/index.html.js index adeba2303a..46f952a63e 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -404,6 +404,7 @@ Executor.execute(schema, query) map println - [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) - A lightweight graphql calculation engine, implemented based on directive ## 更多内容 From a4995d8c7136fa074f7d8d7411ebf855240e9f62 Mon Sep 17 00:00:00 2001 From: dugenkui Date: Sat, 4 Sep 2021 15:38:03 +0800 Subject: [PATCH 2/2] Update index.html.js --- site/code/index.html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/code/index.html.js b/site/code/index.html.js index 46f952a63e..dbbef0f544 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -401,10 +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) - A lightweight graphql calculation engine, implemented based on directive + - [Graphql Calculator](https://github.com/graphql-calculator/graphql-calculator) - 一款基于指令和表达式实现的轻量级查询计算引擎。 ## 更多内容