INPUT_OBJECT

Game

link GraphQL Schema definition

  • input Game {
  • # The title of the video game
  • title: String!
  • # The platform of which the game is on.
  • platform: GamePlatform!
  • }

link Require by