From 594477f7bf825bb365f90c5e1627c6ed4fd47652 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 26 Oct 2022 17:42:57 +0200 Subject: [PATCH] fix: Update Group Avatar after Upload --- webapp/graphql/groups.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/graphql/groups.js b/webapp/graphql/groups.js index 5ee5869ce..10e1e5c17 100644 --- a/webapp/graphql/groups.js +++ b/webapp/graphql/groups.js @@ -93,7 +93,9 @@ export const updateGroupMutation = () => { name icon } - # avatar # test this as result + avatar { + url + } locationName myRole }