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

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

10 lines
160 B
GraphQL
Raw Normal View History

2020-10-24 23:57:45 +05:30
mutation updateIssueLocked($input: IssueSetLockedInput!) {
issueSetLocked(input: $input) {
issue {
2022-01-26 12:08:38 +05:30
id
2020-10-24 23:57:45 +05:30
discussionLocked
}
errors
}
}