completeJob
Mark a job as completed.
completeJob(
jobId: ID!
success: Boolean!
): Boolean!
Arguments
completeJob.jobId
● ID!
non-null scalar
The id of the job.
completeJob.success
● Boolean!
non-null scalar
Whether the job was completed succesfully or not.
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.