Graphql fields and variables for the groupUpdate mutation
Last updated 2 years ago
Was this helpful?
Update a group
Scope required: security:write
For a complete list of input attributes see the type
mutation groupUpdate ($id: ID!, $attributes: GroupAttributes!) { groupUpdate (id: $id, attributes: $attributes) { errors group { id name parentGroupId } groups } }
{ "id": "456123", "attributes": { "name": "", "parentGroupId": "456123" } }
id
ID
attributes
errors
List (String)
group
groups
List ()