INPUT_OBJECT

AcknowledgePredictionResultInput

Acknowledge the results of a Prediction.

link GraphQL Schema definition

1input AcknowledgePredictionResultInput {
4
2# The Prediction ID.
3id: ID!
5}