fix: Firebase analytics issue and handled data connect
This commit is contained in:
@@ -25,7 +25,6 @@ query getShiftRoleById(
|
||||
}
|
||||
|
||||
shift{
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
orderId
|
||||
@@ -81,7 +80,6 @@ query listShiftRolesByShiftId(
|
||||
}
|
||||
|
||||
shift{
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
orderId
|
||||
@@ -137,7 +135,6 @@ query listShiftRolesByRoleId(
|
||||
}
|
||||
|
||||
shift{
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
orderId
|
||||
@@ -200,7 +197,6 @@ query listShiftRolesByShiftIdAndTimeRange(
|
||||
}
|
||||
|
||||
shift{
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
orderId
|
||||
@@ -270,7 +266,6 @@ query listShiftRolesByVendorId(
|
||||
id
|
||||
title
|
||||
date
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
orderId
|
||||
@@ -327,7 +322,6 @@ query listShiftRolesByBusinessAndDateRange(
|
||||
shift {
|
||||
id
|
||||
date
|
||||
location
|
||||
locationAddress
|
||||
title
|
||||
status
|
||||
@@ -373,13 +367,11 @@ query listShiftRolesByBusinessAndOrder(
|
||||
title
|
||||
date
|
||||
orderId
|
||||
location
|
||||
locationAddress
|
||||
|
||||
order{
|
||||
vendorId
|
||||
date
|
||||
location
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -425,7 +417,6 @@ query listShiftRolesByBusinessDateRangeCompletedOrders(
|
||||
shift {
|
||||
id
|
||||
date
|
||||
location
|
||||
locationAddress
|
||||
title
|
||||
status
|
||||
|
||||
Reference in New Issue
Block a user