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 }