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

    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

    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.

    creatorView CreatorView
    The moved Creator View, with the populated group field. Null when the view was not found or the move failed.
    userErrors [UserError!]!
    List of user-facing errors. Empty on success.