diff --git a/backend/src/db/graphql/groups.js b/backend/src/db/graphql/groups.js index 4350e19c9..788b889a3 100644 --- a/backend/src/db/graphql/groups.js +++ b/backend/src/db/graphql/groups.js @@ -142,6 +142,7 @@ export const groupQuery = gql` deleted about description + # descriptionExcerpt # test this as result groupType actionRadius categories { diff --git a/backend/src/schema/types/type/Group.gql b/backend/src/schema/types/type/Group.gql index d586f6b53..084145d1c 100644 --- a/backend/src/schema/types/type/Group.gql +++ b/backend/src/schema/types/type/Group.gql @@ -29,6 +29,7 @@ type Group { about: String # goal description: String! + descriptionExcerpt: String! groupType: GroupType! actionRadius: GroupActionRadius! diff --git a/webapp/graphql/groups.js b/webapp/graphql/groups.js index 4350e19c9..ddb944dde 100644 --- a/webapp/graphql/groups.js +++ b/webapp/graphql/groups.js @@ -80,6 +80,7 @@ export const updateGroupMutation = gql` deleted about description + descriptionExcerpt groupType actionRadius categories { @@ -142,6 +143,7 @@ export const groupQuery = gql` deleted about description + descriptionExcerpt groupType actionRadius categories { diff --git a/webapp/pages/group/_id/_slug.vue b/webapp/pages/group/_id/_slug.vue index 05b05ef28..dbd5c9649 100644 --- a/webapp/pages/group/_id/_slug.vue +++ b/webapp/pages/group/_id/_slug.vue @@ -178,31 +178,36 @@ + + + + + +
+ + + + + + + + - - - - - - - - - +