graphql-weaver:组合,链接和转换GraphQL模式的工具

时间:2024-02-23 15:06:28
【文件属性】:

文件名称:graphql-weaver:组合,链接和转换GraphQL模式的工具

文件大小:187KB

文件格式:ZIP

更新时间:2024-02-23 15:06:28

graphql typescript graphql-schema GraphQL

graphql-weaver 组合,链接和转换GraphQL模式的工具 如果您有多个GraphQL服务器并将其合并为一个API,请使用graphql-weaver。 名称空间,链接和自定义转换模块等功能使您可以根据需要扩展API。 如何使用 npm install --save graphql-weaver 基本用法: const schema : GraphQLSchema = await weaveSchemas ( { endpoints : [ { namespace : 'model' , typePrefix : 'Model' , url : 'http://localhost:8080/graphql' // url to a GraphQL endpoint } , { namespace : 'local' , schema : new GraphQLSchema ( /* ... */ ) // use schema instance directly }


网友评论