OBJECT

CancelPredictionEventError

An error returned from the cancelPredictionEvent mutation.

link GraphQL Schema definition

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