6 lines
110 B
GraphQL
6 lines
110 B
GraphQL
|
mutation moveIssue($moveIssueInput: IssueMoveInput!) {
|
||
|
issueMove(input: $moveIssueInput) {
|
||
|
errors
|
||
|
}
|
||
|
}
|