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:
Diffstat (limited to 'app/graphql/types/analytics/cycle_analytics/value_stream_type.rb')
-rw-r--r--app/graphql/types/analytics/cycle_analytics/value_stream_type.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/graphql/types/analytics/cycle_analytics/value_stream_type.rb b/app/graphql/types/analytics/cycle_analytics/value_stream_type.rb
index 16ce9b82718..900d2873789 100644
--- a/app/graphql/types/analytics/cycle_analytics/value_stream_type.rb
+++ b/app/graphql/types/analytics/cycle_analytics/value_stream_type.rb
@@ -26,6 +26,11 @@ module Types
null: true,
description: 'Project the value stream belongs to, returns empty if it belongs to a group.',
alpha: { milestone: '15.6' }
+
+ field :stages,
+ null: true,
+ resolver: Resolvers::Analytics::CycleAnalytics::StagesResolver,
+ description: 'Value Stream stages.'
end
end
end