mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add event data to search post query
This commit is contained in:
parent
6860a19629
commit
7858dc6afb
@ -54,6 +54,15 @@ export const searchPosts = gql`
|
|||||||
clickedCount
|
clickedCount
|
||||||
viewedTeaserCount
|
viewedTeaserCount
|
||||||
postType
|
postType
|
||||||
|
eventStart
|
||||||
|
eventEnd
|
||||||
|
eventVenue
|
||||||
|
eventLocationName
|
||||||
|
eventLocation {
|
||||||
|
lng
|
||||||
|
lat
|
||||||
|
}
|
||||||
|
eventIsOnline
|
||||||
author {
|
author {
|
||||||
...user
|
...user
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user