5 lines
98 B
GraphQL
5 lines
98 B
GraphQL
mutation updateIssue($input: UpdateIssueInput!) {
|
|
updateIssue(input: $input) {
|
|
errors
|
|
}
|
|
}
|