2021-03-08 18:12:59 +05:30
|
|
|
mutation issueSetTitle($input: UpdateIssueInput!) {
|
2021-04-29 21:17:54 +05:30
|
|
|
updateIssuableTitle: updateIssue(input: $input) {
|
2021-03-08 18:12:59 +05:30
|
|
|
issue {
|
2022-01-26 12:08:38 +05:30
|
|
|
id
|
2021-03-08 18:12:59 +05:30
|
|
|
title
|
|
|
|
}
|
|
|
|
errors
|
|
|
|
}
|
|
|
|
}
|