feat: add QuizModule to GraphQL module imports
- Integrated QuizModule into the GraphQL module to enhance quiz-related functionalities. - Updated module imports to ensure proper dependency management and maintainability of the codebase.
This commit is contained in:
@@ -44,6 +44,7 @@ import { Context } from 'graphql-ws'
|
||||
import { AnalyticModule } from '../Analytic/analytic.module'
|
||||
import { MeetingRoomModule } from '../MeetingRoom/meetingroom.module'
|
||||
import { PubSubModule } from '../PubSub/pubsub.module'
|
||||
import { QuizModule } from '../Quiz/quiz.module'
|
||||
import { PubSubService } from '../PubSub/pubsub.service'
|
||||
|
||||
@Global()
|
||||
@@ -82,6 +83,7 @@ import { PubSubService } from '../PubSub/pubsub.service'
|
||||
AnalyticModule,
|
||||
MeetingRoomModule,
|
||||
PubSubModule,
|
||||
QuizModule,
|
||||
PothosModule.forRoot({
|
||||
builder: {
|
||||
inject: [PrismaService],
|
||||
|
||||
Reference in New Issue
Block a user