diff --git a/webapp/graphql/PostQuery.js b/webapp/graphql/PostQuery.js index aa4540eb8..1b5c41984 100644 --- a/webapp/graphql/PostQuery.js +++ b/webapp/graphql/PostQuery.js @@ -104,6 +104,11 @@ export const profilePagePosts = (i18n) => { ...userCounts ...locationAndBadges } + group { + id + name + slug + } } } `