Optional
asasHtml
is a boolean representing whether to return the result as HTML.
Optional
averageaverageScore
is a number representing the average score.
Optional
averageaverageScore_greater
is a number representing the minimum average score.
Optional
averageaverageScore_lesser
is a number representing the maximum average score.
Optional
averageaverageScore_not
is a number representing the average score that should not be included.
Optional
datedate
is a number representing the date.
Optional
date_date_greater
is a number representing the minimum date.
Optional
date_date_lesser
is a number representing the maximum date.
Optional
episodeepisode
is a number representing the episode number.
Optional
episode_episode_greater
is a number representing the minimum episode number.
Optional
episode_episode_lesser
is a number representing the maximum episode number.
Optional
episode_episode_not
is a number representing the episode number that should not be included.
Optional
mediamediaId
is a number representing the id of the media.
Optional
mediamediaId_in
is an array of numbers representing the ids of the media that should be included.
Optional
mediamediaId_not
is a number representing the id of the media that should not be included.
Optional
mediamediaId_not_in
is an array of numbers representing the ids of the media that should not be included.
Optional
pagepage
is a number representing the page number.
Optional
perperPage
is a number representing the number of items per page.
Optional
popularitypopularity
is a number representing the popularity score.
Optional
popularity_popularity_greater
is a number representing the minimum popularity score.
Optional
popularity_popularity_lesser
is a number representing the maximum popularity score.
Optional
popularity_popularity_not
is a number representing the popularity score that should not be included.
Optional
releasingreleasing
is a boolean representing whether the media is releasing.
Optional
sortsort
is an array of strings representing the sort order.
Optional
trendingtrending
is a number representing the trending score.
Optional
trending_trending_greater
is a number representing the minimum trending score.
Optional
trending_trending_lesser
is a number representing the maximum trending score.
Optional
trending_trending_not
is a number representing the trending score that should not be included.
MediaTrendsVariables
is an interface representing the variables for theMediaTrendsQuery
. It includes optional page, per page, media id, date, trending, average score, popularity, episode, releasing, media id not, media id in, media id not in, date greater, date lesser, trending greater, trending lesser, trending not, average score greater, average score lesser, average score not, popularity greater, popularity lesser, popularity not, episode greater, episode lesser, episode not, sort, and as html.