OBJECT

CreateValidationPayload

  • type CreateValidationPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The subfield of the `job` Query that this job can be accessed from.
  • jobContextField: String
  • # The job GUID that can be used to query or modify this validation.
  • jobId: UUID!
  • # The game that is the target of the validation.
  • game: Game!
  • # The orchestrator that is validating this game.
  • orchestrator: GameOrchestratorQuery!
  • }