6 lines
208 B
GraphQL
6 lines
208 B
GraphQL
|
mutation mergeRequestRequestAttention($projectPath: ID!, $iid: String!, $userId: UserID!) {
|
||
|
mergeRequestRequestAttention(input: { projectPath: $projectPath, iid: $iid, userId: $userId }) {
|
||
|
errors
|
||
|
}
|
||
|
}
|