Merge branch 'dev' into authentication-web

This commit is contained in:
dhinesh-m24
2026-02-04 11:58:21 +05:30
committed by GitHub
371 changed files with 19516 additions and 16134 deletions

View File

@@ -51,6 +51,13 @@ query listInvoices(
eventName
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -104,6 +111,13 @@ query getInvoiceById($id: UUID!) @auth(level: USER) {
eventName
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -166,6 +180,13 @@ query listInvoicesByVendorId(
eventName
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -228,6 +249,13 @@ query listInvoicesByBusinessId(
eventName
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -290,6 +318,13 @@ query listInvoicesByOrderId(
eventName
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -352,6 +387,13 @@ query listInvoicesByStatus(
eventName
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -433,6 +475,13 @@ query filterInvoices(
eventName
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}
@@ -499,6 +548,13 @@ query listOverdueInvoices(
eventName
deparment
poReference
teamHub {
address
placeId
hubName
}
}
}
}