From bfc60bcbf051176bb41e9dd666223eb0a4e7bbaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 2 Sep 2022 08:13:53 +0200 Subject: [PATCH] Test 'UpdateGroup' with 'categoryIds', remainders --- backend/src/schema/types/type/Group.gql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/schema/types/type/Group.gql b/backend/src/schema/types/type/Group.gql index 4dc466e53..c7473d6ea 100644 --- a/backend/src/schema/types/type/Group.gql +++ b/backend/src/schema/types/type/Group.gql @@ -100,7 +100,7 @@ type Mutation { description: String! groupType: GroupType! actionRadius: GroupActionRadius! - categoryIds: [ID] # test this as result + categoryIds: [ID] avatar: ImageInput # test this as result locationName: String # test this as result ): Group @@ -113,7 +113,7 @@ type Mutation { description: String # groupType: GroupType # is not possible at the moment and has to be discussed. may be in the stronger direction: public → closed → hidden actionRadius: GroupActionRadius - categoryIds: [ID] # test this as result + categoryIds: [ID] avatar: ImageInput # test this as result locationName: String # test this as result ): Group