update many graphql field
This commit is contained in:
9
src/RefundTicket/refundticket.module.ts
Normal file
9
src/RefundTicket/refundticket.module.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { RefundTicketSchema } from './refundticket.schema';
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
providers: [RefundTicketSchema],
|
||||
exports: [RefundTicketSchema],
|
||||
})
|
||||
export class RefundTicketModule {}
|
||||
Reference in New Issue
Block a user