UNPKG

@graphql-tools/graphql

Version:
3 lines (2 loc) 150 B
import { GraphQLSchema } from '../type/index.cjs'; export declare function addResolversToExistingSchema(schema: GraphQLSchema, resolvers: any): void;