UNPKG

@graphql-tools/schema

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 233 B
import { GraphQLSchema } from 'graphql'; import { ValidatorBehavior } from '@graphql-tools/utils'; export declare function checkForResolveTypeResolver(schema: GraphQLSchema, requireResolversForResolveType?: ValidatorBehavior): void;