Skip to content

Commit 53798ac

Browse files
authored
添加 GraphQl Calculator (xitu#115)
1 parent ab232bb commit 53798ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/code/code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ Executor.execute(schema, query) map println
759759
- [GraphQL-ESLint](https://github.com/dotansimha/graphql-eslint):将 GraphQL AST 集成到 ESLint 核心中(作为解析器)。
760760
- [GraphQL Modules](https://www.graphql-modules.com):使你可以将后端实现分拆成小型、可重用、易于实现和易于测试的部分。
761761
- [GraphQL Mesh](https://www.graphql-mesh.com):允许你使用 GraphQL 查询语言来访问不运行 GraphQL 的远程 API(也包括那些运行 GraphQL 的远程 API)中的数据。它可以作为其他服务的网关,也可以作为本地 GraphQL schema 运行,以聚合来自远程 API 的数据。
762+
- [Graphql Calculator](https://github.com/graphql-calculator/graphql-calculator):基于指令和表达式实现的轻量级查询计算引擎,允许你基于指令和表达式对查询字段进行加工转换和编排控制。
762763

763764
## 服务
764765

0 commit comments

Comments
 (0)