Github API - Test Config

UpdateTeamReviewAssignmentInput [input]

Autogenerated input type of UpdateTeamReviewAssignment

Attributes
algorithm TeamReviewAssignmentAlgorithm

TeamReviewAssignmentAlgorithm [enum]

The possible team review assignment algorithms

Possible values
LOAD_BALANCE

Balance review load across the entire team

ROUND_ROBIN

Alternate reviews between each team member

API:
Github GraphQL API

The algorithm to use for review assignment

clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

countMembersAlreadyRequested Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

enabled Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Turn on or off review assignment

excludedTeamMemberIds ID []

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

An array of team member IDs to exclude

id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the team to update review assignments of

includeChildTeamMembers Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Include the members of any child teams when assigning

notifyTeam Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Notify the entire team of the PR if it is delegated

removeTeamRequest Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Remove the team review request when assigning

teamMemberCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The number of team members to assign

API:
Github GraphQL API