From c17bdea4c4142a12d9e60530ce47899468b43387 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Sun, 23 Oct 2022 00:54:48 +0200 Subject: [PATCH] Update webapp/graphql/Fragments.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- webapp/graphql/Fragments.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/webapp/graphql/Fragments.js b/webapp/graphql/Fragments.js index 1d9c2ee08..87d90fbfc 100644 --- a/webapp/graphql/Fragments.js +++ b/webapp/graphql/Fragments.js @@ -70,7 +70,21 @@ export const groupFragment = gql` disabled deleted about + description + descriptionExcerpt groupType + actionRadius + categories { + id + slug + name + icon + } + locationName + location { + name: name${lang} + } + myRole } `