Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/generate/addResolversToSchema.d.ts
import { GraphQLSchema } from 'graphql';
import { IResolvers, IResolverValidationOptions, IAddResolversToSchemaOptions } from '../Interfaces';
declare function addResolversToSchema(schemaOrOptions: GraphQLSchema | IAddResolversToSchemaOptions, legacyInputResolvers?: IResolvers, legacyInputValidationOptions?: IResolverValidationOptions): GraphQLSchema;
export default addResolversToSchema;