update many graphql field

This commit is contained in:
2024-10-12 16:34:43 +07:00
parent 244a6f3015
commit ba77bd4e1c
29 changed files with 466 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
import { Module } from '@nestjs/common';
import { GraphqlModule } from './graphql/graphql.module';
import { ClerkModule } from './clerk/clerk.module';
import { RestfulModule } from './restful/restful.module';
import { GraphqlModule } from './Graphql/graphql.module';
import { ClerkModule } from './Clerk/clerk.module';
import { RestfulModule } from './Restful/restful.module';
@Module({
imports: [GraphqlModule, ClerkModule, RestfulModule],