We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@enisdenjo This export of GraphQLFormattedError should be prefaced with the type keyword to avoid it exporting as regular JS in your build process: https://github.com/graphql/graphql-js/blob/v15.10.0/src/error/formatError.js export { formatError, GraphQLFormattedError } from './GraphQLError'; in src/error/formatError.js of the v15 branch for the link-averse.
export { formatError, GraphQLFormattedError } from './GraphQLError';
The text was updated successfully, but these errors were encountered:
Oh right, my bad! I'll fix it soon. Thanks for reporting!
Sorry, something went wrong.
Re-export GraphQLFormattedError as type (#4326)
7066c2c
Closes #4325
Fixed in v15.10.1 with #4326.
Successfully merging a pull request may close this issue.
@enisdenjo This export of GraphQLFormattedError should be prefaced with the type keyword to avoid it exporting as regular JS in your build process: https://github.com/graphql/graphql-js/blob/v15.10.0/src/error/formatError.js
export { formatError, GraphQLFormattedError } from './GraphQLError';
in src/error/formatError.js of the v15 branch for the link-averse.The text was updated successfully, but these errors were encountered: