Jobslines schema. Added phone number formatting.
This commit is contained in:
@@ -62,29 +62,11 @@ export const GET_JOB_BY_PK = gql`
|
||||
last_name
|
||||
phone
|
||||
}
|
||||
rate_atp
|
||||
rate_la1
|
||||
rate_la2
|
||||
rate_la3
|
||||
rate_la4
|
||||
rate_lab
|
||||
rate_lad
|
||||
rate_lae
|
||||
rate_laf
|
||||
rate_lag
|
||||
rate_lam
|
||||
rate_lar
|
||||
rate_las
|
||||
rate_lau
|
||||
rate_ma2s
|
||||
rate_ma2t
|
||||
rate_mabl
|
||||
rate_ma3s
|
||||
rate_macs
|
||||
rate_mahw
|
||||
rate_mapa
|
||||
rate_mash
|
||||
rate_matd
|
||||
est_co_nm
|
||||
est_ph1
|
||||
est_ea
|
||||
est_ct_fn
|
||||
est_ct_ln
|
||||
regie_number
|
||||
ro_number
|
||||
scheduled_completion
|
||||
@@ -92,6 +74,8 @@ export const GET_JOB_BY_PK = gql`
|
||||
scheduled_delivery
|
||||
status
|
||||
updated_at
|
||||
claim_total
|
||||
deductible
|
||||
vehicle {
|
||||
plate_no
|
||||
v_vin
|
||||
@@ -109,6 +93,8 @@ export const UPDATE_JOB = gql`
|
||||
update_jobs(where: { id: { _eq: $jobId } }, _set: $job) {
|
||||
returning {
|
||||
id
|
||||
est_ph1
|
||||
est_ea
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user