Skip to main content

UserFavorite

UserFavorite(id, user, favoritable_id, favoritable_type, created_at)

type UserFavorite {
id: UUID!
favoritableId: UUID!
bookmarkId: String! @deprecated
favoritableType: String!
bookmarkType: String! @deprecated
favoritable: Insight!
bookmarkItem: InsightQuoteRecommendationInitiative! @deprecated
}

Fields

UserFavorite.id ● UUID! non-null scalar

UserFavorite.favoritableId ● UUID! non-null scalar

UserFavorite.favoritableType ● String! non-null scalar

UserFavorite.favoritable ● Insight! non-null object

Show deprecated

Member of

UserFavoritePaged object