OBJECT
UpdateUserPredictionSettingsError
An error returned from the updateUserPredictionSettings mutation.
link GraphQL Schema definition
1 type UpdateUserPredictionSettingsError { 2 3 # Code describing the error. 4 : UpdateUserPredictionSettingsErrorCode! 5 6 }