query postType on searchPosts

This commit is contained in:
Moriz Wahl 2023-09-26 15:03:08 +02:00
parent b1b26862a6
commit 6860a19629

View File

@ -53,6 +53,7 @@ export const searchPosts = gql`
shoutedCount
clickedCount
viewedTeaserCount
postType
author {
...user
}