Skip to main content

GroupUpdate

Update an existing Group resource.

Mutation

mutation GroupUpdate($id: ID!, $input: GroupUpdateInput!) {
GroupUpdate(id: $id, input: $input) {
id
}
}

Input

  • id: ID of the resource to update
  • input: See GroupUpdateInput for input fields.

Return Type

Returns the updated Group resource.