OBJECT

UpdateUserPredictionSettingsPayload

Payload for updating a user's Prediction Settings.

link GraphQL Schema definition

1type UpdateUserPredictionSettingsPayload {
2
3# If present, there was an error with the request.
4error: UpdateUserPredictionSettingsError
5
6# The updated settings.
7settings: UserPredictionSettings
8
9}