Mutations
upsertTeamSettings
Create or update the settings for a team (label type of kind TEAM). If settings do not yet exist for the given team, they are created with defaults (round-robin disabled, max capacity 5); otherwise the existing settings are updated with the supplied values. The labelTypeId must refer to a label type of type TEAM — passing any other label type ID returns a validation error. Requires the labelType:edit permission.
MUTATION
upsertTeamSettings(input: UpsertTeamSettingsInput!): UpsertTeamSettingsOutput!Arguments
input
required
Returns
teamSettings
error
Mutation
Variables
Response
Mutation
Variables
Response

