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