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