Skip to content

Commit afef6bc

Browse files
committed
export useErrorCorrdinate plugin
1 parent c73771c commit afef6bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/graphql-yoga/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export { createGraphQLError, isPromise, mapMaybePromise } from '@graphql-tools/u
5050
export { getSSEProcessor } from './plugins/result-processor/sse.js';
5151
export { processRegularResult } from './plugins/result-processor/regular.js';
5252
export { useExecutionCancellation } from './plugins/use-execution-cancellation.js';
53+
export { useErrorCoordinate } from './plugins/use-error-coordinate.js';
5354
export {
5455
type LandingPageRenderer,
5556
type LandingPageRendererOpts,

0 commit comments

Comments
 (0)