Reconfigured smart scheduling to use buckets instead of load.
This commit is contained in:
@@ -72,6 +72,8 @@ export const QUERY_BODYSHOP = gql`
|
||||
target_touchtime
|
||||
appt_colors
|
||||
appt_alt_transport
|
||||
schedule_start_time
|
||||
schedule_end_time
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
@@ -142,6 +144,8 @@ export const UPDATE_SHOP = gql`
|
||||
target_touchtime
|
||||
appt_colors
|
||||
appt_alt_transport
|
||||
schedule_start_time
|
||||
schedule_end_time
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
|
||||
Reference in New Issue
Block a user