Added job_status object. Reverted yarn upgrade as there is a breaking change in react-scripts 0.3.3.

This commit is contained in:
Patrick Fic
2019-12-30 17:07:04 -08:00
parent b1175c0f98
commit c46b2a301e
37 changed files with 1442 additions and 559 deletions

View File

@@ -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