Test 'UpdateGroup' with 'categoryIds', remainders

This commit is contained in:
Wolfgang Huß 2022-09-02 08:13:53 +02:00
parent 999bbd85c1
commit bfc60bcbf0

View File

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