UNPKG

274 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { SubschemaConfig } from './types';
3export declare function applySchemaTransforms(originalWrappingSchema: GraphQLSchema, subschemaConfig: SubschemaConfig<any, any, any, any>, transformedSchema?: GraphQLSchema): GraphQLSchema;