INTERFACE

QueueableJob

Describes a job that can be queued.

  • interface QueueableJob {
  • # The GUID of the job, unique relative to the job context.
  • jobId: UUID!
  • }