OBJECT

InstallationCancelledPayload

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