IO-3365 Bills Filtering Server Side

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2025-10-02 23:43:25 -07:00
parent 46be1fa889
commit 31529fad80
3 changed files with 107 additions and 47 deletions

View File

@@ -42,7 +42,7 @@ export const QUERY_ALL_BILLS_PAGINATED = gql`
ro_number
}
}
bills_aggregate {
bills_aggregate(where: $where) {
aggregate {
count(distinct: true)
}