UNPKG

@kamilkisiela/graphql-tools

Version:

Useful tools to create and manipulate GraphQL schemas.

5 lines (4 loc) 280 B
import { GraphQLSchema } from 'graphql'; import { IResolverValidationOptions } from '../Interfaces'; declare function assertResolveFunctionsPresent(schema: GraphQLSchema, resolverValidationOptions?: IResolverValidationOptions): void; export default assertResolveFunctionsPresent;