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