OBJECT

InstallationCompletePayload

  • type InstallationCompletePayload implements InstallationPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The `jobId` of the installation or validation that was completed.
  • jobId: UUID!
  • # The game the installation or validation was for.
  • game: Game
  • }