refactor schema to match database schema
This commit is contained in:
@@ -42,7 +42,7 @@ export class PaymentSchema extends PothosSchema {
|
||||
type: 'DateTime',
|
||||
description: 'The date and time the payment was updated.',
|
||||
}),
|
||||
order: t.relation('Order', {
|
||||
order: t.relation('order', {
|
||||
description: 'The order for the payment.',
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user