refactor schema to match database schema
This commit is contained in:
@@ -76,7 +76,7 @@ export class WorkshopSchema extends PothosSchema {
|
||||
staff: t.relation('staff', {
|
||||
description: 'The staff member who is leading the workshop.',
|
||||
}),
|
||||
meetingRoom: t.relation('WorkshopMeetingRoom', {
|
||||
meetingRoom: t.relation('workshopMeetingRoom', {
|
||||
nullable: true,
|
||||
description: 'The meeting room that the workshop is for.',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user