文件名称:graphql-batch:创建批处理GraphQL解析器
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-30 04:16:38
graphql resolver batch zero-dependency JavaScript
GraphQL批处理 该库是使用与和一起使用的批处理的替代方法。 注意:这是的分支,除了我们为用户提供对其批处理的更细粒度的控制之外。 import { GraphQLObjectType , GraphQLString } from 'graphql' import createBatchResolver from 'graphql-batch' const UserType = new GraphQLObjectType ( { // ... } ) ; const QueryType = new GraphQLObjectType ( { name : 'Query' , fields : { user : { type : UserType , resolve : createBatchResolver ( async ( sourc
【文件预览】:
graphql-batch-master
----index.test.js(8KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(64B)
----index.js(7KB)
----package.json(604B)