add event data to search post query

This commit is contained in:
Moriz Wahl 2023-09-26 17:15:14 +02:00
parent 6860a19629
commit 7858dc6afb

View File

@ -54,6 +54,15 @@ export const searchPosts = gql`
clickedCount
viewedTeaserCount
postType
eventStart
eventEnd
eventVenue
eventLocationName
eventLocation {
lng
lat
}
eventIsOnline
author {
...user
}