Types
TeamSettings
object
TeamSettingsFields
id
ID!
labelTypeId
ID!
The ID of the label type (of kind TEAM) that these settings belong to. Teams in Plain are modelled as label types.
isRoundRobinEnabled
Boolean!
Whether round-robin assignment is enabled for this team. When true, incoming threads are automatically assigned to team members in rotation up to the limit set by roundRobinMaxCapacity.
roundRobinMaxCapacity
Int!
The maximum number of open threads a team member can hold before they are skipped in the round-robin rotation. Defaults to 5 when settings are first created.
createdAt
createdBy
updatedAt
updatedBy

