Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql error index.js.flow
Raw

priv/npm/node_modules/graphql/error/index.js.flow

// @flow strict
export { GraphQLError, printError } from './GraphQLError';
export { syntaxError } from './syntaxError';
export { locatedError } from './locatedError';
export { formatError } from './formatError';
export type { GraphQLFormattedError } from './formatError';