OBJECT

ResolvePredictionEventError

An error returned from the resolvePredictionEvent mutation.

link GraphQL Schema definition

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