update refund ticket

This commit is contained in:
2024-11-26 21:02:14 +07:00
parent e63f900cf4
commit 12b1e8e764
4 changed files with 21 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ export class OrderSchema extends PothosSchema {
schedule: t.relation('schedule', {
description: 'The schedule of the order.',
}),
disbursed: t.exposeBoolean('disbursed', {
description: 'Whether the order has been disbursed.',
}),
chatRoomId: t.exposeID('chatRoomId', {
description: 'The ID of the chat room.',
}),