UNPKG

233 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { ValidatorBehavior } from '@graphql-tools/utils';
3export declare function checkForResolveTypeResolver(schema: GraphQLSchema, requireResolversForResolveType?: ValidatorBehavior): void;