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

remove_linked_items.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: f83f54746066c12bf86ebeb2813cc531c64b4668 (plain)
1
2
3
4
5
6
mutation removeLinkedItems($input: WorkItemRemoveLinkedItemsInput!) {
  workItemRemoveLinkedItems(input: $input) {
    errors
    message
  }
}