diff options
Diffstat (limited to 'includes/external/school/node_modules/graphql/error/index.js.flow')
-rw-r--r-- | includes/external/school/node_modules/graphql/error/index.js.flow | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/graphql/error/index.js.flow b/includes/external/school/node_modules/graphql/error/index.js.flow new file mode 100644 index 0000000..eeaa96e --- /dev/null +++ b/includes/external/school/node_modules/graphql/error/index.js.flow @@ -0,0 +1,9 @@ +// @flow strict +export { GraphQLError, printError } from './GraphQLError'; + +export { syntaxError } from './syntaxError'; + +export { locatedError } from './locatedError'; + +export { formatError } from './formatError'; +export type { GraphQLFormattedError } from './formatError'; |