MUTATION
moveCreatorViewToGroup
Move a saved Creator 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 Creator View to move.
Returns
- creatorView CreatorView
- The moved Creator 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.