push code ne
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user