IO-2384 Extend to Vehicle Related ROs

This commit is contained in:
Allan Carr
2023-08-17 16:18:56 -07:00
parent 6c1a0cff8d
commit 10fceb7ddf
4 changed files with 26 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ export const QUERY_OWNER_BY_ID = gql`
preferred_contact
note
tax_number
jobs(order_by: {date_open: desc}) {
jobs(order_by: { date_open: desc }) {
id
ro_number
clm_no

View File

@@ -28,11 +28,10 @@ export const QUERY_VEHICLE_BY_ID = gql`
updated_at
trim_color
notes
jobs {
jobs(order_by: { date_open: desc }) {
id
ro_number
ownr_fn
ownr_ln
owner {
id