update refund ticket
This commit is contained in:
@@ -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.',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user