merge change from db

This commit is contained in:
2024-10-25 14:49:16 +07:00
parent 2872ac69ef
commit 7e25e8d96b
26 changed files with 147 additions and 94 deletions

View File

@@ -72,12 +72,12 @@ export class ResumeSchema extends PothosSchema {
fileUrl: t.exposeString('fileUrl', {
description: 'The URL of the resume file.',
}),
actualFileName: t.exposeString('actualFileName', {
description: 'The original name of the resume file.',
}),
type: t.exposeString('type', {
description: 'The type of the resume file.',
}),
actualFileName: t.exposeString('actualFileName', {
description: 'The original name of the resume file.',
}),
createdAt: t.expose('createdAt', {
type: 'DateTime',
nullable: true,