OBJECT

UpdateUserPredictionSettingsError

An error returned from the updateUserPredictionSettings mutation.

link GraphQL Schema definition

1type UpdateUserPredictionSettingsError {
2
3# Code describing the error.
4code: UpdateUserPredictionSettingsErrorCode!
5
6}