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

update_issue.mutation.graphql « queries « issue_show « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c28fdded21050668a296f9f10dc1b43332d5940 (plain)
1
2
3
4
5
mutation updateIssue($input: UpdateIssueInput!) {
  updateIssue(input: $input) {
    errors
  }
}