Archive API docs
MUTATION

updateViewGroup

Rename a user-created view group.

Arguments

id ID! required
UUID of the view group to rename.
input UpdateViewGroupInput! required
Update input. name is the only mutable field today.

Returns

userErrors [UserError!]!
List of user-facing validation errors. Empty on success.
viewGroup ViewGroup
The renamed view group. Null on not-found or validation failure.