UNPKG

162 BTypeScriptView Raw
1import { GraphQLError } from 'graphql';
2export declare function relocatedError(originalError: GraphQLError, path?: ReadonlyArray<string | number>): GraphQLError;