debian-mirror-gitlab/app/assets/javascripts/sidebar/queries/move_issue.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
150 B
GraphQL
Raw Normal View History

2023-01-13 00:05:48 +05:30
mutation moveIssue($moveIssueInput: IssueMoveInput!) {
issueMove(input: $moveIssueInput) {
2023-04-23 21:23:45 +05:30
issue {
id
webUrl
}
2023-01-13 00:05:48 +05:30
errors
}
}