fix unexpected prismaclient generate

This commit is contained in:
2024-10-12 22:37:02 +07:00
parent 7131d147ea
commit 06d7c3a935
17 changed files with 1315 additions and 2121 deletions

View File

@@ -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 {