We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab232bb commit 53798acCopy full SHA for 53798ac
src/content/code/code.md
@@ -759,6 +759,7 @@ Executor.execute(schema, query) map println
759
- [GraphQL-ESLint](https://github.com/dotansimha/graphql-eslint):将 GraphQL AST 集成到 ESLint 核心中(作为解析器)。
760
- [GraphQL Modules](https://www.graphql-modules.com):使你可以将后端实现分拆成小型、可重用、易于实现和易于测试的部分。
761
- [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):基于指令和表达式实现的轻量级查询计算引擎,允许你基于指令和表达式对查询字段进行加工转换和编排控制。
763
764
## 服务
765
0 commit comments