INPUT_OBJECT

LockPredictionEventInput

Input for moving a Prediction Event from ACTIVE to LOCKED, so that users can no longer make predictions on it.

link GraphQL Schema definition

1input LockPredictionEventInput {
4
2# The unique identifier of the Prediction Event to move from ACTIVE to LOCKED.
3id: ID!
5}