Queries
teamSettings
Fetch the settings for a team (label type of kind TEAM) identified by its label type ID. Returns null if no settings have been configured yet for the team.
QUERY
teamSettings(labelTypeId: ID!): TeamSettingsArguments
labelTypeId
ID!
required
Returns
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
Query
Variables
Response
Query
Variables
Response

