8 lines
145 B
GraphQL
8 lines
145 B
GraphQL
mutation updateEpic($input: UpdateEpicInput!) {
|
|
updateIssuableTitle: updateEpic(input: $input) {
|
|
epic {
|
|
title
|
|
}
|
|
errors
|
|
}
|
|
}
|