MUTATION
moveSocialProfileViewToGroup
Move a saved Social Profile 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 Social Profile View to move.
Returns
- socialProfileView SocialProfileView
- The moved Social Profile 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.