merge change from db
This commit is contained in:
@@ -32,7 +32,6 @@ export class PaymentSchema extends PothosSchema {
|
||||
}),
|
||||
status: t.expose('status', {
|
||||
type: PaymentStatus,
|
||||
nullable: false,
|
||||
description: 'The status of the payment.',
|
||||
}),
|
||||
createdAt: t.expose('createdAt', {
|
||||
|
||||
Reference in New Issue
Block a user