Added status state machine BOD-251
This commit is contained in:
@@ -653,6 +653,8 @@ export const UPDATE_JOB_STATUS = gql`
|
||||
update_jobs(where: { id: { _eq: $jobId } }, _set: { status: $status }) {
|
||||
returning {
|
||||
id
|
||||
status
|
||||
inproduction
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user