123 |
- 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;
|