Update webapp/graphql/Fragments.js

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Moriz Wahl 2022-10-23 00:54:48 +02:00 committed by GitHub
parent 9cffe4f275
commit c17bdea4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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