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 } `