Github API - Test Config

mutation updateTeamReviewAssignment
teams

Updates team review assignment.

Arguments
input UpdateTeamReviewAssignmentInput

UpdateTeamReviewAssignmentInput [input]

Autogenerated input type of UpdateTeamReviewAssignment

Attributes

The algorithm to use for review assignment

clientMutationId String

A unique identifier for the client performing the mutation.

countMembersAlreadyRequested Boolean

Count any members whose review has already been requested against the required number of members assigned to review

enabled Boolean

Turn on or off review assignment

excludedTeamMemberIds ID []

An array of team member IDs to exclude

id ID

The Node ID of the team to update review assignments of

includeChildTeamMembers Boolean

Include the members of any child teams when assigning

notifyTeam Boolean

Notify the entire team of the PR if it is delegated

removeTeamRequest Boolean

Remove the team review request when assigning

teamMemberCount Int

The number of team members to assign

API:
Github GraphQL API

Parameters for UpdateTeamReviewAssignment

Returns
UpdateTeamReviewAssignmentPayload

UpdateTeamReviewAssignmentPayload [object]

Autogenerated return type of UpdateTeamReviewAssignment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

team Team

The team that was modified

API:
Github GraphQL API
API:
Github GraphQL API