Skip to content

Commit

Permalink
Re-export GraphQLFormattedError as type (#4326)
Browse files Browse the repository at this point in the history
Closes #4325
  • Loading branch information
enisdenjo authored Jan 14, 2025
1 parent ad5d9e6 commit 7066c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/error/formatError.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { formatError, GraphQLFormattedError } from './GraphQLError';
export { formatError } from './GraphQLError';
export type { GraphQLFormattedError } from './GraphQLError';

0 comments on commit 7066c2c

Please sign in to comment.