Enhance CollaborationSessionSchema by adding collaboratorsIds field to expose a list of collaborator IDs. This update improves the schema's clarity and functionality for collaboration management.
This commit is contained in:
@@ -30,6 +30,9 @@ export class CollaborationSessionSchema extends PothosSchema {
|
||||
chatRoom: t.relation('chatRoom', {
|
||||
description: 'The chat room.',
|
||||
}),
|
||||
collaboratorsIds: t.exposeStringList('collaboratorsIds', {
|
||||
description: 'The IDs of the collaborators.',
|
||||
}),
|
||||
meetingRoom: t.relation('meetingRoom', {
|
||||
description: 'The meeting room.',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user