Skip to content

Recommendation

Media recommendation

type Recommendation {
id: Int!
rating: Int
userRating: RecommendationRating
media: Media
mediaRecommendation: Media
user: User
}

The id of the recommendation

Users rating of the recommendation

The rating of the recommendation by currently authenticated user

The media the recommendation is from

The recommended media

The user that first created the recommendation

Recommendation query ● SaveRecommendation mutation

InternalPage object ● Page object ● RecommendationConnection object ● RecommendationEdge object