OBJECT

TVShowInfo

link GraphQL Schema definition

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

link Require by