Welcome to mirror list, hosted at ThFree Co, Russian Federation.

move_issue.mutation.graphql « mutations « graphql « components « bulk_update_sidebar « issuable « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d350072425bd52b782f2043a75969c1d970d14bd (plain)
1
2
3
4
5
mutation moveIssue($moveIssueInput: IssueMoveInput!) {
  issueMove(input: $moveIssueInput) {
    errors
  }
}