A stable post projection for an editorial review queue.
Summary
Types
@type t() :: %BlogEngine.Posts.ReviewEntry{ blog_id: Ecto.UUID.t(), id: Ecto.UUID.t(), revision_id: Ecto.UUID.t(), state: :pending_review | :published | :withheld, title: String.t() }