Skip to content

Commit ea78051

Browse files
fix(mercurius): update invalid import
1 parent 1e099fa commit ea78051

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/mercurius/lib/interfaces/mercurius-hook.interface.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
import {
2-
MercuriusContext,
32
onGatewayReplaceSchemaHookHandler,
3+
preGatewayExecutionHookHandler,
4+
preGatewaySubscriptionExecutionHookHandler,
5+
} from '@mercuriusjs/gateway';
6+
import {
7+
MercuriusContext,
48
onResolutionHookHandler,
59
onSubscriptionEndHookHandler,
610
onSubscriptionResolutionHookHandler,
711
preExecutionHookHandler,
8-
preGatewayExecutionHookHandler,
9-
preGatewaySubscriptionExecutionHookHandler,
1012
preParsingHookHandler,
1113
preSubscriptionExecutionHookHandler,
1214
preSubscriptionParsingHookHandler,

0 commit comments

Comments
 (0)