UNPKG

@graphql-tools/delegate

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 244 B
import { GraphQLSchema } from 'graphql'; import { SubschemaConfig } from './types.cjs'; export declare const applySchemaTransforms: (originalWrappingSchema: GraphQLSchema, subschemaConfig: SubschemaConfig<any, any, any, any>) => GraphQLSchema;