From 6860a196296dd4c686bdf2b3ab70e76882a57cad Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 26 Sep 2023 15:03:08 +0200 Subject: [PATCH] query postType on searchPosts --- webapp/graphql/Search.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/graphql/Search.js b/webapp/graphql/Search.js index b8c4fcb51..05718a804 100644 --- a/webapp/graphql/Search.js +++ b/webapp/graphql/Search.js @@ -53,6 +53,7 @@ export const searchPosts = gql` shoutedCount clickedCount viewedTeaserCount + postType author { ...user }