summaryrefslogtreecommitdiff
path: root/app/graphql/types/incident_management/timeline_event_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/incident_management/timeline_event_type.rb')
-rw-r--r--app/graphql/types/incident_management/timeline_event_type.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/graphql/types/incident_management/timeline_event_type.rb b/app/graphql/types/incident_management/timeline_event_type.rb
index 690facc8732..939dd9f09e5 100644
--- a/app/graphql/types/incident_management/timeline_event_type.rb
+++ b/app/graphql/types/incident_management/timeline_event_type.rb
@@ -53,6 +53,13 @@ module Types
null: false,
description: 'Timestamp when the event occurred.'
+ field :timeline_event_tags,
+ ::Types::IncidentManagement::TimelineEventTagType.connection_type,
+ null: true,
+ description: 'Tags for the incident timeline event.',
+ extras: [:lookahead],
+ resolver: Resolvers::IncidentManagement::TimelineEventTagsResolver
+
field :created_at,
Types::TimeType,
null: false,