Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools generate addResolversToSchema.d.ts
Raw

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;