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

@@ -50,9 +50,15 @@ query listInvoices(
}
order {
eventName
hub
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -105,9 +111,15 @@ query getInvoiceById($id: UUID!) @auth(level: USER) {
}
order {
eventName
hub
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -169,9 +181,15 @@ query listInvoicesByVendorId(
}
order {
eventName
hub
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -233,9 +251,15 @@ query listInvoicesByBusinessId(
}
order {
eventName
hub
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -297,9 +321,15 @@ query listInvoicesByOrderId(
}
order {
eventName
hub
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -361,9 +391,15 @@ query listInvoicesByStatus(
}
order {
eventName
hub
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -444,9 +480,15 @@ query filterInvoices(
}
order {
eventName
hub
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -512,9 +554,15 @@ query listOverdueInvoices(
}
order {
eventName
hub
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}