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

delete_work_item.mutation.graphql « graphql « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c52c49ec5f6aa0bb582b6e7cfe6b702cca7a0f5c (plain)
1
2
3
4
5
mutation deleteWorkItem($input: WorkItemDeleteInput!) {
  workItemDelete(input: $input) {
    errors
  }
}