This commit is contained in:
8
node_modules/graphql/error/index.d.ts
generated
vendored
Normal file
8
node_modules/graphql/error/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export {
|
||||
GraphQLError,
|
||||
GraphQLErrorExtensions,
|
||||
printError,
|
||||
} from './GraphQLError';
|
||||
export { syntaxError } from './syntaxError';
|
||||
export { locatedError } from './locatedError';
|
||||
export { formatError, GraphQLFormattedError } from './formatError';
|
||||
Reference in New Issue
Block a user