Magidoc

updateGroup
Mutation

Update a group.

Arguments

#

description

The new description of the group.

id

Non-null

The unique id assigned to the group.

members

Update the group members list (optional parameter). Values passed here will replace the current list of members in the group. Values should be a string containing a comma-delimited list of members. An empty or blank value will signify a blank list of members and will erase the current existing list of members in the group.

name

The new name of the group.

tag

The new tag of the group.

Response

#

Returns Group !.

Example

#

    
  

3

    
  

3

    
  

3