INPUT_OBJECT

ActivityInput

ActivityInput represents what the user is doing right now.

If type is WATCHING, userID must be supplied.

If type is PLAYING, gameID must be supplied.

link GraphQL Schema definition

1input ActivityInput {
3
2gameID: String
5
4type: ActivityType
7
6userID: String
8}