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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-03 12:08:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-03 12:08:43 +0300
commit6be8ed5a9529d37f1512549f62db1e44961a4fc0 (patch)
tree3c7eb8f12c921666ec6afa7b07276b0db2bf65a1 /app/assets/javascripts/graphql_shared
parentb646822e5253cfa239728ed0d8b96cb584fc96c1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/graphql_shared')
-rw-r--r--app/assets/javascripts/graphql_shared/possible_types.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/javascripts/graphql_shared/possible_types.json b/app/assets/javascripts/graphql_shared/possible_types.json
index 3885be1dadc..50b40526ee0 100644
--- a/app/assets/javascripts/graphql_shared/possible_types.json
+++ b/app/assets/javascripts/graphql_shared/possible_types.json
@@ -131,6 +131,7 @@
"VulnerabilityLocationSecretDetection"
],
"WorkItemWidget": [
- "WorkItemWidgetDescription"
+ "WorkItemWidgetDescription",
+ "WorkItemWidgetHierarchy"
]
}