using upsert instead create new resume
This commit is contained in:
@@ -26,7 +26,9 @@ export class WorkshopSchema extends PothosSchema {
|
||||
description: t.exposeString('description'),
|
||||
staffId: t.exposeID('staffId'),
|
||||
serviceId: t.exposeID('serviceId'),
|
||||
imageFile: t.relation('imageFile'),
|
||||
imageFile: t.relation('imageFile', {
|
||||
nullable: true,
|
||||
}),
|
||||
imageFileId: t.exposeID('imageFileId'),
|
||||
imageFileUrl: t.exposeString('imageFileUrl'),
|
||||
date: t.expose('date', {
|
||||
|
||||
Reference in New Issue
Block a user