INPUT_OBJECT

UnfollowGameInput

UnfollowGameInput contains just the game ID of the game to unfollow.

link GraphQL Schema definition

1input UnfollowGameInput {
3
2gameID: ID!
4}