FLUJOS/VISUALIZACION/node_modules/graphql/error/index.mjs
2025-11-07 00:06:12 +01:00

4 lines
212 B
JavaScript
Executable file

export { GraphQLError, printError } from "./GraphQLError.mjs";
export { syntaxError } from "./syntaxError.mjs";
export { locatedError } from "./locatedError.mjs";
export { formatError } from "./formatError.mjs";