Added job_status object. Reverted yarn upgrade as there is a breaking change in react-scripts 0.3.3.
This commit is contained in:
@@ -73,7 +73,7 @@ export const QUERY_JOBS_IN_PRODUCTION = gql`
|
||||
|
||||
export const SUBSCRIPTION_JOBS_IN_PRODUCTION = gql`
|
||||
subscription SUBSCRIPTION_JOBS_IN_PRODUCTION {
|
||||
jobs {
|
||||
jobs(limit: 1, order_by: {updated_at: desc }) {
|
||||
id
|
||||
updated_at
|
||||
est_number
|
||||
|
||||
Reference in New Issue
Block a user