Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools utils heal.d.ts
Raw

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;