phong bat
This commit is contained in:
@@ -21,8 +21,12 @@ export class WorkshopMeetingRoomSchema extends PothosSchema {
|
||||
workshopMeetingRoom() {
|
||||
return this.builder.prismaObject('WorkshopMeetingRoom', {
|
||||
fields: (t) => ({
|
||||
id: t.exposeID('id'),
|
||||
workshopId: t.exposeID('workshopId'),
|
||||
id: t.exposeID('id', {
|
||||
description: 'The ID of the workshop meeting room.',
|
||||
}),
|
||||
workshopId: t.exposeID('workshopId', {
|
||||
description: 'The ID of the workshop that the meeting room is for.',
|
||||
}),
|
||||
}),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user