fix: Firebase analytics issue and handled data connect
This commit is contained in:
@@ -34,7 +34,6 @@ query listRecentPayments(
|
||||
shift {
|
||||
title
|
||||
date
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
}
|
||||
@@ -86,7 +85,6 @@ query getRecentPaymentById($id: UUID!) @auth(level: USER) {
|
||||
shift {
|
||||
title
|
||||
date
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
}
|
||||
@@ -159,7 +157,7 @@ query listRecentPaymentsByStaffId(
|
||||
|
||||
business { id businessName }
|
||||
vendor { id companyName }
|
||||
order { id eventName location }
|
||||
order { id eventName }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -205,7 +203,7 @@ query listRecentPaymentsByApplicationId(
|
||||
amount
|
||||
business { id businessName }
|
||||
vendor { id companyName }
|
||||
order { id eventName location }
|
||||
order { id eventName }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -251,7 +249,7 @@ query listRecentPaymentsByInvoiceId(
|
||||
amount
|
||||
business { id businessName }
|
||||
vendor { id companyName }
|
||||
order { id eventName location }
|
||||
order { id eventName }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -297,7 +295,7 @@ query listRecentPaymentsByStatus(
|
||||
amount
|
||||
business { id businessName }
|
||||
vendor { id companyName }
|
||||
order { id eventName location }
|
||||
order { id eventName }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -344,7 +342,7 @@ query listRecentPaymentsByInvoiceIds(
|
||||
amount
|
||||
business { id businessName }
|
||||
vendor { id companyName }
|
||||
order { id eventName location }
|
||||
order { id eventName }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -394,7 +392,6 @@ query listRecentPaymentsByBusinessId(
|
||||
id
|
||||
title
|
||||
date
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
}
|
||||
@@ -411,7 +408,7 @@ query listRecentPaymentsByBusinessId(
|
||||
|
||||
business { id businessName }
|
||||
vendor { id companyName }
|
||||
order { id eventName location }
|
||||
order { id eventName }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user