Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Jump to examples ↓
    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

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    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.