update order and service

This commit is contained in:
2024-10-27 17:02:04 +07:00
parent 1a7b5a5fb6
commit 734d7e5f89
4 changed files with 31 additions and 6 deletions

View File

@@ -35,6 +35,9 @@ export class ServiceSchema extends PothosSchema {
description: t.exposeString('description', {
description: 'The description of the service.',
}),
content: t.exposeString('content', {
description: 'The content of the service.',
}),
centerId: t.exposeID('centerId', {
description: 'The ID of the center that offers the service.',
}),