fix unexpected prismaclient generate
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { forwardRef, Inject, Injectable } from '@nestjs/common';
|
||||
// import { forwardRef, Inject, Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class MinioService {
|
||||
constructor(
|
||||
@Inject(forwardRef(() => ConfigService))
|
||||
private configService: ConfigService,
|
||||
) {}
|
||||
}
|
||||
// @Injectable()
|
||||
// export class MinioService {
|
||||
// constructor(
|
||||
// @Inject(forwardRef(() => ConfigService))
|
||||
// private configService: ConfigService,
|
||||
// ) {}
|
||||
// }
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class OrderSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class PaymentSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class RefundTicketSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class CenterSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class CenterStaffSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class ChatroomSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class ResumeSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class ServiceSchema extends PothosSchema {
|
||||
|
||||
@@ -6,8 +6,8 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { clerkClient, } from '@clerk/clerk-sdk-node';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
import { clerkClient } from '@clerk/clerk-sdk-node';
|
||||
|
||||
@Injectable()
|
||||
export class UserSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class WorkshopSchema extends PothosSchema {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
SchemaBuilderToken,
|
||||
} from '@smatch-corp/nestjs-pothos';
|
||||
import { Builder } from '../Graphql/graphql.builder';
|
||||
import { PrismaService } from 'src/Prisma/prisma.service';
|
||||
import { PrismaService } from '../Prisma/prisma.service';
|
||||
|
||||
@Injectable()
|
||||
export class WorkshopOrganizationSchema extends PothosSchema {
|
||||
|
||||
Reference in New Issue
Block a user