graphql-query-splitting-express:Express中间件,用于演示将查询拆分为多个文档

时间:2024-06-16 03:43:05
【文件属性】:

文件名称:graphql-query-splitting-express:Express中间件,用于演示将查询拆分为多个文档

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-16 03:43:05

JavaScript

GraphQL路由/查询拆分 想法是将查询拆分并映射到单独的文档中,以使用不同的目标进行处理。 测试示例。 npm test 快递服务器示例 node example/server.js 然后 curl --url "http://localhost:3000/graphql" --request POST --header "Content-Type: application/json" --data '{"query": "query { foo, bar }"}'


【文件预览】:
graphql-query-splitting-express-main
----example()
--------server.js(1KB)
----index.js(1KB)
----package.json(477B)
----test()
--------test-middleware.js(784B)
----.gitignore(1KB)
----lib()
--------graphql-utils.js(3KB)
----README.md(378B)

网友评论