From 8e673dc7e569be66175c70e5019b5eac0916b654 Mon Sep 17 00:00:00 2001 From: patrykkopycinski Date: Wed, 3 Jun 2020 21:02:52 +0200 Subject: [PATCH] [SIEM] Fix GetOneTimeline graphql type (#68137) --- x-pack/plugins/siem/public/graphql/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/siem/public/graphql/types.ts b/x-pack/plugins/siem/public/graphql/types.ts index 78bc4afa0c1fda..6f1fc510cc0b12 100644 --- a/x-pack/plugins/siem/public/graphql/types.ts +++ b/x-pack/plugins/siem/public/graphql/types.ts @@ -5122,6 +5122,8 @@ export namespace GetOneTimeline { pinnedEventsSaveObject: Maybe; + status: Maybe; + title: Maybe; timelineType: Maybe;