From 5f431529c8eb0fd5c84df1e66a38ee88b8da1ba6 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 15 Aug 2022 09:11:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc/api/graphql/reference/index.md') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index f3b95824048..8305927e0e8 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -3755,6 +3755,28 @@ Input type: `MergeRequestSetMilestoneInput` | `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | | `mergeRequest` | [`MergeRequest`](#mergerequest) | Merge request after mutation. | +### `Mutation.mergeRequestSetReviewers` + +Input type: `MergeRequestSetReviewersInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `iid` | [`String!`](#string) | IID of the merge request to mutate. | +| `operationMode` | [`MutationOperationMode`](#mutationoperationmode) | Operation to perform. Defaults to REPLACE. | +| `projectPath` | [`ID!`](#id) | Project the merge request to mutate is in. | +| `reviewerUsernames` | [`[String!]!`](#string) | Usernames of reviewers to assign. Replaces existing reviewers by default. | + +#### Fields + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | +| `mergeRequest` | [`MergeRequest`](#mergerequest) | Merge request after mutation. | + ### `Mutation.mergeRequestSetSubscription` Input type: `MergeRequestSetSubscriptionInput` -- cgit v1.2.1