Added jobs list to vehicle detail page.

This commit is contained in:
Patrick Fic
2020-02-07 14:25:22 -08:00
parent 71bd8df208
commit 7f06df66fd
11 changed files with 277 additions and 121 deletions

View File

@@ -28,10 +28,17 @@ export const QUERY_VEHICLE_BY_ID = gql`
updated_at
trim_color
jobs {
id
ro_number
ownr_fn
est_number
ownr_ln
owner {
id
}
clm_no
status
clm_total
}
}
}