Skip to content
Snippets Groups Projects

Update Timeline event update mutation to consider timeline event tags

Merged Rajendra Kadam requested to merge 373853-incident-tag-timeline-event-update into master
All threads resolved!
2 files
+ 50
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,6 +18,10 @@ class Update < Base
required: false,
description: 'Timestamp when the event occurred.'
argument :timeline_event_tag_names, [GraphQL::Types::String],
required: false,
description: copy_field_description(Types::IncidentManagement::TimelineEventType, :timeline_event_tags)
def resolve(id:, **args)
timeline_event = authorized_find!(id: id)
Loading