UserFavorite
UserFavorite(id, user, favoritable_id, favoritable_type, created_at)
type UserFavorite {
id: UUID!
favoritableId: String!
favoritableType: String!
favoritable: InsightTaskExternalVolunteeringOpportunity!
}
Fields
UserFavorite.id ● UUID! non-null scalar
UserFavorite.favoritableId ● String! non-null scalar
UserFavorite.favoritableType ● String! non-null scalar
UserFavorite.favoritable ● InsightTaskExternalVolunteeringOpportunity! non-null union
Returned By
favorite query
Member Of
UserFavoritePaged object