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>2021-12-02 21:11:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-02 21:11:52 +0300
commitd1ade10ba69cb7c232daa36625656456c32462e4 (patch)
tree70597a997a68fc63b009001480247794a60e2dd6 /app/graphql/queries
parent3a52eefc27143af8a2b3838a159c52484ca4bc8b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/queries')
-rw-r--r--app/graphql/queries/epic/epic_children.query.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/graphql/queries/epic/epic_children.query.graphql b/app/graphql/queries/epic/epic_children.query.graphql
index c35abcabe44..c50a73aafb2 100644
--- a/app/graphql/queries/epic/epic_children.query.graphql
+++ b/app/graphql/queries/epic/epic_children.query.graphql
@@ -49,6 +49,7 @@ fragment EpicNode on Epic {
__typename
nodes {
__typename
+ id
color
description
textColor
@@ -140,6 +141,7 @@ query childItems(
__typename
nodes {
__typename
+ id
color
description
textColor