Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mutation updateIssueLocked($input: IssueSetLockedInput!) {
issueSetLocked(input: $input) {
issue {
id
discussionLocked
}
errors