InsightQuoteRecommendationInitiative
No description
union InsightQuoteRecommendationInitiative = Insight | Quote | Recommendation | Initiative
Possible types
InsightQuoteRecommendationInitiative.Insight
object
Insight(id, title, description, creator, date_published, header_image, header_image_blurhash, topic)
InsightQuoteRecommendationInitiative.Quote
object
Quote(id, insight, text, author, author_profession, link, link_preview, category, comment)
InsightQuoteRecommendationInitiative.Recommendation
object
Recommendation(id, insight, category, link, link_preview, comment)
InsightQuoteRecommendationInitiative.Initiative
object
Initiative(id, insight, category, link, link_preview, comment)
Member of
UserFavorite
object