OBJECT

CreateInstallationPayload

  • type CreateInstallationPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The subfield of the `job` Query that this job can be accessed from.
  • jobContextField: String
  • # The installation job GUID that can be used to update and query this
  • # installation.
  • jobId: UUID!
  • # The game that is the target of the installation.
  • game: Game!
  • }