Added alt transport to appointments BOD-392
This commit is contained in:
@@ -20,6 +20,7 @@ export const QUERY_ALL_ACTIVE_APPOINTMENTS = gql`
|
||||
isintake
|
||||
block
|
||||
color
|
||||
alt_transport
|
||||
job {
|
||||
ro_number
|
||||
ownr_ln
|
||||
@@ -64,6 +65,7 @@ export const INSERT_APPOINTMENT = gql`
|
||||
title
|
||||
isintake
|
||||
block
|
||||
alt_transport
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -79,6 +81,8 @@ export const QUERY_APPOINTMENT_BY_DATE = gql`
|
||||
end
|
||||
title
|
||||
isintake
|
||||
alt_transport
|
||||
|
||||
job {
|
||||
ro_number
|
||||
ownr_ln
|
||||
@@ -125,6 +129,7 @@ export const UPDATE_APPOINTMENT = gql`
|
||||
title
|
||||
isintake
|
||||
block
|
||||
alt_transport
|
||||
color
|
||||
}
|
||||
}
|
||||
@@ -155,6 +160,7 @@ export const QUERY_APPOINTMENTS_BY_JOBID = gql`
|
||||
arrived
|
||||
canceled
|
||||
created_at
|
||||
alt_transport
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -71,6 +71,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
deliverchecklist
|
||||
target_touchtime
|
||||
appt_colors
|
||||
appt_alt_transport
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
@@ -140,6 +141,7 @@ export const UPDATE_SHOP = gql`
|
||||
deliverchecklist
|
||||
target_touchtime
|
||||
appt_colors
|
||||
appt_alt_transport
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
|
||||
Reference in New Issue
Block a user