OBJECT
UpdateUserPredictionSettingsPayload
Payload for updating a user's Prediction Settings.
link GraphQL Schema definition
1 type UpdateUserPredictionSettingsPayload { 2 3 # If present, there was an error with the request. 4 : UpdateUserPredictionSettingsError 5 6 # The updated settings. 7 : UserPredictionSettings 8 9 }