summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/alert_management/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/alert_management/base.rb')
-rw-r--r--app/graphql/mutations/alert_management/base.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/graphql/mutations/alert_management/base.rb b/app/graphql/mutations/alert_management/base.rb
index 7fcca63db51..0de4b9409e4 100644
--- a/app/graphql/mutations/alert_management/base.rb
+++ b/app/graphql/mutations/alert_management/base.rb
@@ -18,6 +18,11 @@ module Mutations
null: true,
description: "The alert after mutation"
+ field :todo,
+ Types::TodoType,
+ null: true,
+ description: "The todo after mutation"
+
field :issue,
Types::IssueType,
null: true,