Archive API docs
MUTATION

reorderViewsInGroup

Reorder the submitted Content View, Social Profile View, and Creator View ids within the named group. Members omitted from viewIds keep their relative order and sort after the listed views.

Arguments

groupId ID! required
UUID of the ViewGroup whose member views should be reordered.
viewIds [ID!]! required
FilterPreset UUIDs in the desired display order. Must list only views that are currently members of this group. The first id becomes position 1.

Returns

userErrors [UserError!]!
List of user-facing errors. Empty on success.
viewGroup ViewGroup
The reordered ViewGroup. contentViews, socialProfileViews, and creatorViews reflect the new ordering in a single round-trip. Null when the group was not found or the reorder failed.