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

    deleteViewGroup

    Hard-delete a user-created view group. Returns the FilterPreset UUIDs whose group membership was removed so clients can invalidate cached views.

    Arguments

    id ID! required
    UUID of the view group to delete.

    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.

    deletedViewGroupId ID
    The id of the deleted view group. Null when the group did not exist.
    movedViewIds [ID!]!
    FilterPreset UUIDs whose group membership row was deleted as a side effect. Clients should invalidate any cached ContentView / SocialProfileView rows in this list. Empty on not-found or when the group had no member views.
    userErrors [UserError!]!
    List of user-facing errors. Populated only when deletion failed.