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

remove_hierarchy_child.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: 3fece06eefa03d7a3898f4b919ebddefc313541e (plain)
1
2
3
mutation removeHierarchyChild($id: WorkItemID!, $workItem: WorkItem!) {
  removeHierarchyChild(id: $id, workItem: $workItem) @client
}