Skip to content

MediaRank

The ranking of a media in a particular time span and format compared to other media

type MediaRank {
id: Int!
rank: Int!
type: MediaRankType!
format: MediaFormat!
year: Int
season: MediaSeason
allTime: Boolean
context: String!
}

The id of the rank

The numerical rank of the media

The type of ranking

The format the media is ranked within

The year the media is ranked within

The season the media is ranked within

If the ranking is based on all time instead of a season/year

String that gives context to the ranking type and time span

Media object