OBJECT
GameInfo
link GraphQL Schema definition
- type GameInfo {
- # The Metacritic URL for the game
- String! :
- # The title of the game
- String! :
- # The platform the game is on
- String! :
- # The game's Metacritic score from critics.
- Int! :
- # The release date of the game
- String! :
- # The developer of the game
- String! :
- # The publisher/s of the game
- String!] : [
- # The genres of the game
- String!] : [
- # The number of critic reviews on the game
- Int! :
- # The number of critic reviews on the game that are deemed positive
- Int! :
- # The number of critic reviews on the game that are deemed mixed
- Int! :
- # The number of critic reviews on the game that are deemed negative
- Int! :
- # URL that links to the image used for the game on Metacritic
- String! :
- }