push code ne

This commit is contained in:
2024-10-28 01:08:13 +07:00
parent 571bb93e28
commit eec9fcfeff
20 changed files with 296 additions and 118 deletions

View File

@@ -33,9 +33,8 @@ export class WorkshopSchema extends PothosSchema {
description: t.exposeString('description', {
description: 'The description of the workshop.',
}),
staffId: t.exposeID('staffId', {
description:
'The ID of the staff member who is leading the workshop.',
mentorId: t.exposeID('mentorId', {
description: 'The ID of the mentor who is leading the workshop.',
}),
serviceId: t.exposeID('serviceId', {
description: 'The ID of the service that the workshop is for.',
@@ -73,8 +72,8 @@ export class WorkshopSchema extends PothosSchema {
subscription: t.relation('subscription', {
description: 'The subscription that the workshop is for.',
}),
staff: t.relation('staff', {
description: 'The staff member who is leading the workshop.',
mentor: t.relation('mentor', {
description: 'The mentor who is leading the workshop.',
}),
meetingRoom: t.relation('workshopMeetingRoom', {
nullable: true,