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.bookmarkId ● String! deprecated non-null scalar

DEPRECATED

This has been renamed. Keep for <= 1.14.5

UserFavorite.favoritableType ● String! non-null scalar

UserFavorite.bookmarkType ● String! deprecated non-null scalar

DEPRECATED

This has been renamed. Keep for <= 1.14.5

UserFavorite.favoritable ● Insight! non-null object

UserFavorite.bookmarkItem ● InsightQuoteRecommendationInitiative! deprecated non-null union

DEPRECATED

This has been renamed. Keep for <= 1.14.5

Member Of

UserFavoritePaged object