INPUT_OBJECT
Game
link GraphQL Schema definition
- input Game {
- # The title of the video game
- String! :
- # The platform of which the game is on.
- GamePlatform! :
- }
INPUT_OBJECT
- input Game {
- # The title of the video game
- String! :
- # The platform of which the game is on.
- GamePlatform! :
- }