Skip to main content

Arguments

teamGroupName : String! required

The name of the operations team group to select from.

Returns

NextOperationsTeamRoundRobin

The 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.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query operations team

Query Complexity

1

Examples

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.

Query

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] } } }