fix: Firebase analytics issue and handled data connect
This commit is contained in:
@@ -12,7 +12,6 @@ query listOrders(
|
||||
vendorId
|
||||
businessId
|
||||
orderType
|
||||
location
|
||||
status
|
||||
date
|
||||
startDate
|
||||
@@ -23,7 +22,6 @@ query listOrders(
|
||||
assignedStaff
|
||||
shifts
|
||||
requested
|
||||
hub
|
||||
recurringDays
|
||||
permanentDays
|
||||
poReference
|
||||
@@ -56,7 +54,6 @@ query getOrderById($id: UUID!) @auth(level: USER) {
|
||||
vendorId
|
||||
businessId
|
||||
orderType
|
||||
location
|
||||
status
|
||||
date
|
||||
startDate
|
||||
@@ -67,7 +64,6 @@ query getOrderById($id: UUID!) @auth(level: USER) {
|
||||
assignedStaff
|
||||
shifts
|
||||
requested
|
||||
hub
|
||||
recurringDays
|
||||
permanentDays
|
||||
poReference
|
||||
@@ -108,7 +104,6 @@ query getOrdersByBusinessId(
|
||||
vendorId
|
||||
businessId
|
||||
orderType
|
||||
location
|
||||
status
|
||||
date
|
||||
startDate
|
||||
@@ -119,7 +114,6 @@ query getOrdersByBusinessId(
|
||||
assignedStaff
|
||||
shifts
|
||||
requested
|
||||
hub
|
||||
recurringDays
|
||||
permanentDays
|
||||
poReference
|
||||
@@ -160,7 +154,6 @@ query getOrdersByVendorId(
|
||||
vendorId
|
||||
businessId
|
||||
orderType
|
||||
location
|
||||
status
|
||||
date
|
||||
startDate
|
||||
@@ -171,7 +164,6 @@ query getOrdersByVendorId(
|
||||
assignedStaff
|
||||
shifts
|
||||
requested
|
||||
hub
|
||||
recurringDays
|
||||
permanentDays
|
||||
poReference
|
||||
@@ -212,7 +204,6 @@ query getOrdersByStatus(
|
||||
vendorId
|
||||
businessId
|
||||
orderType
|
||||
location
|
||||
status
|
||||
date
|
||||
startDate
|
||||
@@ -223,7 +214,6 @@ query getOrdersByStatus(
|
||||
assignedStaff
|
||||
shifts
|
||||
requested
|
||||
hub
|
||||
recurringDays
|
||||
permanentDays
|
||||
poReference
|
||||
@@ -267,7 +257,6 @@ query getOrdersByDateRange(
|
||||
vendorId
|
||||
businessId
|
||||
orderType
|
||||
location
|
||||
status
|
||||
date
|
||||
startDate
|
||||
@@ -278,7 +267,6 @@ query getOrdersByDateRange(
|
||||
assignedStaff
|
||||
shifts
|
||||
requested
|
||||
hub
|
||||
recurringDays
|
||||
permanentDays
|
||||
poReference
|
||||
@@ -318,7 +306,6 @@ query getRapidOrders(
|
||||
vendorId
|
||||
businessId
|
||||
orderType
|
||||
location
|
||||
status
|
||||
date
|
||||
startDate
|
||||
@@ -329,7 +316,6 @@ query getRapidOrders(
|
||||
assignedStaff
|
||||
shifts
|
||||
requested
|
||||
hub
|
||||
recurringDays
|
||||
permanentDays
|
||||
poReference
|
||||
|
||||
Reference in New Issue
Block a user