5 lines
203 B
GraphQL
5 lines
203 B
GraphQL
mutation mergeRequestRequestRereview($projectPath: ID!, $iid: String!, $userId: ID!) {
|
|
mergeRequestReviewerRereview(input: { projectPath: $projectPath, iid: $iid, userId: $userId }) {
|
|
errors
|
|
}
|
|
}
|