INPUT_OBJECT

UpdateUserPredictionSettingsInput

Update the current authorized user's Prediction Settings. All fields are nullable; only specify fields that you wish to update.

link GraphQL Schema definition

1input UpdateUserPredictionSettingsInput {
4
2# Whether the user has accepted the latest Predictions Terms of Service.
3hasAcceptedTOS: Boolean
8
5# Whether the user has opted to display a temporary chat badge indicating their
6# choices during Predictions Events.
7isTemporaryChatBadgeEnabled: Boolean
9}