OBJECT

InstallationStepPayload

  • type InstallationStepPayload implements InstallationPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The `jobId` of the installation or verification job that was updated.
  • jobId: UUID!
  • # The current file that was yielded by the installation or verification job.
  • current: ContextualFileInfoTaskResult
  • # The game that is the target of the installation or validation.
  • game: Game
  • }