UNPKG

129 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2export declare function mergeSchemas(schemas: GraphQLSchema[]): Promise<GraphQLSchema>;