Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mutation updateIssuableConfidential($input: UpdateEpicInput!) {
issuableSetConfidential: updateEpic(input: $input) {
issuable: epic {
id
confidential
}
errors