push code ne

This commit is contained in:
2024-10-28 01:08:13 +07:00
parent 571bb93e28
commit eec9fcfeff
20 changed files with 296 additions and 118 deletions

View File

@@ -1,10 +1,11 @@
import { Global, Logger, MiddlewareConsumer, Module } from '@nestjs/common';
import { AdminNoteModule } from '../AdminNote/adminnote.module';
import { ApolloDriverConfig } from '@nestjs/apollo';
import { Builder } from './graphql.builder';
import { CategoryModule } from '../Category/category.module';
import { CenterMentorModule } from '../CenterMentor/centermentor.module';
import { CenterModule } from '../Center/center.module';
import { CenterStaffModule } from '../CenterStaff/centerstaff.module';
import { ChatroomModule } from '../ChatRoom/chatroom.module';
import { CommonModule } from '../common/common.module';
import { GraphQLModule } from '@nestjs/graphql';
@@ -45,7 +46,7 @@ import { initContextCache } from '@pothos/core';
CenterModule,
ServiceModule,
ChatroomModule,
CenterStaffModule,
CenterMentorModule,
ResumeModule,
WorkshopModule,
WorkshopOrganizationModule,
@@ -63,6 +64,7 @@ import { initContextCache } from '@pothos/core';
UploadedFileModule,
ManagedServiceModule,
WorkshopMeetingRoomModule,
AdminNoteModule,
PothosModule.forRoot({
builder: {
inject: [PrismaService],