Skip to content

Commit 9d2bd82

Browse files
committed
Enable subscriptions in GraphQLModule
1 parent 02affa5 commit 9d2bd82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sample/12-graphql-apollo/src/app.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { CatsModule } from './cats/cats.module';
77
CatsModule,
88
GraphQLModule.forRoot({
99
typePaths: ['./**/*.graphql'],
10+
installSubscriptionHandlers: true
1011
}),
1112
],
1213
})

0 commit comments

Comments
 (0)