summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/sidebar/queries/move_issue.mutation.graphql
blob: e3ed3c5089b11eb7eefb9cbf9cbc6b7b6e1cccff (plain)
1
2
3
4
5
6
7
8
9
mutation moveIssue($moveIssueInput: IssueMoveInput!) {
  issueMove(input: $moveIssueInput) {
    issue {
      id
      webUrl
    }
    errors
  }
}