fix: Firebase analytics issue and handled data connect

This commit is contained in:
dhinesh-m24
2026-02-02 16:44:16 +05:30
parent cb25b33d04
commit fa208f2838
196 changed files with 19919 additions and 31464 deletions

View File

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