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

@@ -159,7 +159,18 @@ query listRecentPaymentsByStaffId(
business { id businessName }
vendor { id companyName }
order { id eventName location }
order {
id
eventName
#location
teamHub {
address
placeId
hubName
}
}
}
}
}
@@ -205,7 +216,18 @@ query listRecentPaymentsByApplicationId(
amount
business { id businessName }
vendor { id companyName }
order { id eventName location }
order {
id
eventName
#location
teamHub {
address
placeId
hubName
}
}
}
}
}
@@ -251,7 +273,18 @@ query listRecentPaymentsByInvoiceId(
amount
business { id businessName }
vendor { id companyName }
order { id eventName location }
order {
id
eventName
#location
teamHub {
address
placeId
hubName
}
}
}
}
}
@@ -297,7 +330,18 @@ query listRecentPaymentsByStatus(
amount
business { id businessName }
vendor { id companyName }
order { id eventName location }
order {
id
eventName
#location
teamHub {
address
placeId
hubName
}
}
}
}
}
@@ -344,7 +388,18 @@ query listRecentPaymentsByInvoiceIds(
amount
business { id businessName }
vendor { id companyName }
order { id eventName location }
order {
id
eventName
#location
teamHub {
address
placeId
hubName
}
}
}
}
}
@@ -411,7 +466,18 @@ query listRecentPaymentsByBusinessId(
business { id businessName }
vendor { id companyName }
order { id eventName location }
order {
id
eventName
#location
teamHub {
address
placeId
hubName
}
}
}
}
}