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