merge change from db
This commit is contained in:
@@ -27,6 +27,9 @@ export class WorkshopMeetingRoomSchema extends PothosSchema {
|
||||
workshopId: t.exposeID('workshopId', {
|
||||
description: 'The ID of the workshop that the meeting room is for.',
|
||||
}),
|
||||
workshop: t.relation('workshop', {
|
||||
description: 'The workshop that the meeting room is for.',
|
||||
}),
|
||||
}),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user