refactor schema to match database schema
This commit is contained in:
@@ -53,7 +53,7 @@ export class OrderSchema extends PothosSchema {
|
||||
user: t.relation('user', {
|
||||
description: 'The user who made the order.',
|
||||
}),
|
||||
payment: t.relation('Payment', {
|
||||
payment: t.relation('payment', {
|
||||
description: 'The payment for the order.',
|
||||
}),
|
||||
service: t.relation('service', {
|
||||
|
||||
Reference in New Issue
Block a user