debian-mirror-gitlab/app/assets/javascripts/sidebar/queries/remove_attention_request.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
228 B
GraphQL
Raw Normal View History

2022-07-16 23:28:13 +05:30
mutation mergeRequestRemoveAttentionRequest($projectPath: ID!, $iid: String!, $userId: UserID!) {
mergeRequestRemoveAttentionRequest(
input: { projectPath: $projectPath, iid: $iid, userId: $userId }
) {
errors
}
}