nextOperationsTeamRoundRobin
Arguments
The name of the operations team group to select from.
Returns
NextOperationsTeamRoundRobinThe possible errors that can be raised are:
- KT-CT-10820: Operations team group not found.
- KT-CT-10821: No active teams in operations team group.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1111: Unauthorized.
- KT-CT-1112: 'Authorization' header not provided.
Possible Errors
Allowed Viewers
Required Permissions
Can query operations teamQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation NextOperationsTeamRoundRobin($teamGroupName: String!) {
nextOperationsTeamRoundRobin(teamGroupName: $teamGroupName) {
allInferredRoutingAttributes
location {
...TeamLocationFragment
}
team {
...TeamFragment
}
teamGroups {
...TeamGroupFragment
}
}
}
Variables
{
"teamGroupName": "sometimes-rise-sport-your-either"
}
Response
{
"data": {
"nextOperationsTeamRoundRobin": {
"allInferredRoutingAttributes": "cut-section-show-method-main",
"location": TeamLocation,
"team": Team,
"teamGroups": [TeamGroup]
}
}
}