OBJECT
TVShowInfo
link GraphQL Schema definition
- type TVShowInfo {
- # The Metacritic URL for the TV show/series season/overview
- : String!
- # The title of the TV show
- : String!
- # The season of the TV show, if "all" then it is an overview of the series
- : String!
- # The TV Shows' season/overall Metacritic score from critics.
- : Int!
- # The release date of the TV series/season
- : String!
- # The genres for the TV series
- : [String!]
- # A brief summary of the TV show or the show's particular season
- : String!
- # The number of critic reviews on the game
- : Int!
- # The number of critic reviews on the TV series/season that are deemed positive
- : Int!
- # The number of critic reviews on the TV series/season that are deemed mixed
- : Int!
- # The number of critic reviews on the TV series/season that are deemed negative
- : Int!
- # URL that links to the image used for the game on Metacritic
- : String!
- }