merge change from db
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user