View Source Bonfire.Classify.Tree (Bonfire v0.9.11-social-beta.6)
A mixin used to record parent/child relationships between categories (eg. a topic that belongs to a group) and between objects and categories (eg. a post was published in a topic)
Summary
Types
@type t() :: %Bonfire.Classify.Tree{ __meta__: Ecto.Schema.Metadata.t(), custodian: term(), custodian_id: term(), direct_children_count: term(), id: Needle.UID.t() | nil, nested_children_count: term(), parent: term(), parent_id: term(), path: term(), pointer: Ecto.Schema.belongs_to(Needle.Pointer.t()) | nil }