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-06-22 15:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-22 15:08:05 +0300
commite2d00f9148a5c87fe4f56e4fd3c90a9b3574f03b (patch)
tree915499a80c131a4c7f08ab9c25337253161233ac /app/graphql/queries
parentc76417338ee60071aa41cf292e2c189bd5aa839e (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.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/graphql/queries/epic/epic_children.query.graphql b/app/graphql/queries/epic/epic_children.query.graphql
index 5ee27052f95..b0e55811b7d 100644
--- a/app/graphql/queries/epic/epic_children.query.graphql
+++ b/app/graphql/queries/epic/epic_children.query.graphql
@@ -42,6 +42,7 @@ fragment EpicNode on Epic {
relationPath
createdAt
closedAt
+ confidential
hasChildren
hasIssues
group {