UNPKG

130 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2export declare function addCatchUndefinedToSchema(schema: GraphQLSchema): GraphQLSchema;