UNPKG

241 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { IResolverValidationOptions } from '@graphql-tools/utils';
3export declare function assertResolversPresent(schema: GraphQLSchema, resolverValidationOptions?: IResolverValidationOptions): void;