OBJECT

Job

link GraphQL Schema definition

  • type Job {
  • # progress of the job
  • progress: Int
  • # the result of the job
  • result: JSON
  • # Status
  • status: String
  • }