From 7858dc6afb921dd9b47e2eaf2b51373298c91a31 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 26 Sep 2023 17:15:14 +0200 Subject: [PATCH] add event data to search post query --- webapp/graphql/Search.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/webapp/graphql/Search.js b/webapp/graphql/Search.js index 05718a804..beb017b5a 100644 --- a/webapp/graphql/Search.js +++ b/webapp/graphql/Search.js @@ -54,6 +54,15 @@ export const searchPosts = gql` clickedCount viewedTeaserCount postType + eventStart + eventEnd + eventVenue + eventLocationName + eventLocation { + lng + lat + } + eventIsOnline author { ...user }