Skip to main content

Arguments

teamGroupName : String! required

The name of the operations team group to select from.

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": "first-suggest-throw-field-free" }

Response

{ "data": { "nextOperationsTeamRoundRobin": { "allInferredRoutingAttributes": "name-often-other-each-after", "location": TeamLocation, "team": Team, "teamGroups": [TeamGroup] } } }