Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/utils/heal.d.ts
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>, config?: {
skipPruning: boolean;
}): void;