Optional asasHtml is a boolean representing whether to return the result as HTML.
Optional idid is a number representing the id of the recommendation.
Optional mediamediaId is a number representing the id of the media.
Optional mediamediaRecommendationId is a number representing the id of the media recommendation.
Optional ononList is a boolean representing whether the recommendation is on the list.
Optional pagepage is a number representing the page number.
Optional perperPage is a number representing the number of items per page.
Optional ratingrating is a number representing the rating of the recommendation.
Optional rating_rating_greater is a number representing the minimum rating.
Optional rating_rating_lesser is a number representing the maximum rating.
Optional sortsort is an array of strings representing the sort order.
Optional useruserId is a number representing the id of the user.
RecommendationsVariablesis an interface representing the variables for theRecommendationsQuery. It includes optional page, per page, id, media id, media recommendation id, user id, rating, on list, rating greater, rating lesser, sort, and as html.