refactor schema to match database schema
This commit is contained in:
@@ -83,10 +83,10 @@ export class UserSchema extends PothosSchema {
|
||||
centerStaffChatRoom: t.relation('centerStaffChatRoom', {
|
||||
description: 'The center staff chat room of the user.',
|
||||
}),
|
||||
CenterStaff: t.relation('CenterStaff', {
|
||||
centerStaff: t.relation('centerStaff', {
|
||||
description: 'The center staff of the user.',
|
||||
}),
|
||||
WorkshopSubscription: t.relation('WorkshopSubscription', {
|
||||
workshopSubscription: t.relation('workshopSubscription', {
|
||||
description: 'The workshop subscription of the user.',
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user