OBJECT

LockPredictionEventError

An error returned from the lockPredictionEvent mutation.

link GraphQL Schema definition

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