mutation mergeRequestRequestAttention($projectPath: ID!, $iid: String!, $userId: UserID!) { mergeRequestRequestAttention(input: { projectPath: $projectPath, iid: $iid, userId: $userId }) { errors } }