UNPKG

280 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { IResolverValidationOptions } from '../Interfaces';
3declare function assertResolveFunctionsPresent(schema: GraphQLSchema, resolverValidationOptions?: IResolverValidationOptions): void;
4export default assertResolveFunctionsPresent;