new hudId in order in others queries

This commit is contained in:
José Salazar
2026-01-29 15:36:23 -05:00
parent aa450c7cbe
commit 7e17903942
36 changed files with 20579 additions and 19338 deletions

View File

@@ -22,7 +22,14 @@ query listApplications @auth(level: USER) {
order {
id
eventName
location
#location
teamHub {
address
placeId
hubName
}
business {
id
businessName
@@ -78,7 +85,14 @@ query getApplicationById($id: UUID!) @auth(level: USER) {
order {
id
eventName
location
#location
teamHub {
address
placeId
hubName
}
business {
id
businessName
@@ -135,7 +149,14 @@ query getApplicationsByShiftId($shiftId: UUID!) @auth(level: USER) {
order {
id
eventName
location
#location
teamHub {
address
placeId
hubName
}
business {
id
businessName
@@ -205,7 +226,14 @@ query getApplicationsByShiftIdAndStatus(
order {
id
eventName
location
#location
teamHub {
address
placeId
hubName
}
business {
id
businessName
@@ -269,7 +297,14 @@ query getApplicationsByStaffId(
order {
id
eventName
location
#location
teamHub {
address
placeId
hubName
}
business {
id
businessName