MUTATION
moveContentViewToGroup
Move a saved content (media deck) view into a view group, or out (when groupId is null).
Arguments
- groupId ID
- Target ViewGroup UUID. Pass null to remove the view from any group it currently belongs to.
- viewId ID! required
- FilterPreset UUID of the Content View to move.
Returns
- contentView ContentView
- The moved Content View, with the populated
groupfield. Null when the view was not found or the move failed. - userErrors [UserError!]!
- List of user-facing errors. Empty on success.