INTERFACE

InstallationPayload

  • interface InstallationPayload {
  • clientMutationId: String
  • # The `jobId` of the installation or verification that was updated.
  • jobId: UUID!
  • # The game that is the target of the installation or validation.
  • game: Game
  • }