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/subscription_type.rb')
-rw-r--r--app/graphql/types/subscription_type.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/graphql/types/subscription_type.rb b/app/graphql/types/subscription_type.rb
index 33fc0cbe20e..7f33f77ec14 100644
--- a/app/graphql/types/subscription_type.rb
+++ b/app/graphql/types/subscription_type.rb
@@ -47,6 +47,11 @@ module Types
description: 'Triggered when a note is updated.',
alpha: { milestone: '15.9' }
+ field :work_item_updated,
+ subscription: Subscriptions::WorkItemUpdated,
+ null: true,
+ description: 'Triggered when a work item is updated.'
+
field :merge_request_reviewers_updated,
subscription: Subscriptions::IssuableUpdated, null: true,
description: 'Triggered when the reviewers of a merge request are updated.'