OBJECT

Videogame

A videogame

link GraphQL Schema definition

  • type Videogame {
  • id: ID
  • # All characters for this videogame
  • characters: [Character]
  • displayName: String
  • # Arguments
  • # type: [Not documented]
  • images(type: String): [Image]
  • name: String
  • slug: String
  • # All stages for this videogame
  • stages: [Stage]
  • }