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 ef694c1 commit 6588efaCopy full SHA for 6588efa
packages/nestjs/src/index.ts
@@ -48,8 +48,8 @@ export type HiveGatewayDriverConfig<
48
export class HiveGatewayDriver<
49
TContext extends Record<string, any>,
50
> extends AbstractGraphQLDriver<HiveGatewayDriverConfig<TContext>> {
51
- private _gatewayRuntime: GatewayRuntime<TContext> | undefined;
52
- private _subscriptionService?: GqlSubscriptionService;
+ #gatewayRuntime: GatewayRuntime<TContext> | undefined;
+ #subscriptionService?: GqlSubscriptionService;
53
54
public async start({
55
schema,
0 commit comments