We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e099fa commit ea78051Copy full SHA for ea78051
packages/mercurius/lib/interfaces/mercurius-hook.interface.ts
@@ -1,12 +1,14 @@
1
import {
2
- MercuriusContext,
3
onGatewayReplaceSchemaHookHandler,
+ preGatewayExecutionHookHandler,
4
+ preGatewaySubscriptionExecutionHookHandler,
5
+} from '@mercuriusjs/gateway';
6
+import {
7
+ MercuriusContext,
8
onResolutionHookHandler,
9
onSubscriptionEndHookHandler,
10
onSubscriptionResolutionHookHandler,
11
preExecutionHookHandler,
- preGatewayExecutionHookHandler,
- preGatewaySubscriptionExecutionHookHandler,
12
preParsingHookHandler,
13
preSubscriptionExecutionHookHandler,
14
preSubscriptionParsingHookHandler,
0 commit comments