update resume and service

This commit is contained in:
2024-10-29 16:04:48 +07:00
parent b5d23ac930
commit 3c5b09ed5d
3 changed files with 20 additions and 14 deletions

View File

@@ -74,6 +74,12 @@ export class UserSchema extends PothosSchema {
sendingMessage: t.relation('sendingMessage', {
description: 'The sending message of the user.',
}),
resume: t.relation('resume', {
description: 'The resume of the user.',
}),
service: t.relation('service', {
description: 'The service of the user.',
}),
center: t.relation('center', {
description: 'The center of the user.',
}),