Skip to content
Snippets Groups Projects

Add a Tag Name filter to the Incident Timeline API

7 unresolved threads
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -14,6 +14,12 @@ class TimelineEventsResolver < BaseResolver
required: true,
description: 'ID of the incident.'
argument :tag_name,
::Types::GlobalIDType[::String],
required: false,
description: 'Name of the tag to search on.',
default_value: nil
when_single do
argument :id,
::Types::GlobalIDType[::IncidentManagement::TimelineEvent],
Loading