merge change from db
This commit is contained in:
@@ -26,12 +26,12 @@ export class OrderSchema extends PothosSchema {
|
||||
id: t.exposeID('id', {
|
||||
description: 'The ID of the order.',
|
||||
}),
|
||||
paymentId: t.exposeString('paymentId', {
|
||||
description: 'The ID of the payment.',
|
||||
}),
|
||||
userId: t.exposeID('userId', {
|
||||
description: 'The ID of the user.',
|
||||
}),
|
||||
paymentId: t.exposeString('paymentId', {
|
||||
description: 'The ID of the payment.',
|
||||
}),
|
||||
serviceId: t.exposeID('serviceId', {
|
||||
description: 'The ID of the service.',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user