UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

4 lines (3 loc) 295 B
import { GraphQLDirective, GraphQLNamedType, GraphQLSchema } from 'graphql'; export declare function healSchema(schema: GraphQLSchema): GraphQLSchema; export declare function healTypes(originalTypeMap: Record<string, GraphQLNamedType | null>, directives: ReadonlyArray<GraphQLDirective>): void;