Added alt transport to appointments BOD-392

This commit is contained in:
Patrick Fic
2020-09-29 11:17:06 -07:00
parent fef95be5a3
commit c222e027dd
27 changed files with 681 additions and 11 deletions

View File

@@ -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
}
}
`;

View File

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