Initial Save
This commit is contained in:
10
node_modules/graphql/error/index.js.flow
generated
vendored
Normal file
10
node_modules/graphql/error/index.js.flow
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// @flow strict
|
||||
|
||||
export { GraphQLError, printError } from './GraphQLError';
|
||||
|
||||
export { syntaxError } from './syntaxError';
|
||||
|
||||
export { locatedError } from './locatedError';
|
||||
|
||||
export { formatError } from './formatError';
|
||||
export type { GraphQLFormattedError } from './formatError';
|
||||
Reference in New Issue
Block a user