IO-2030 Change & Add Columns, Add Sorters and Filters

This commit is contained in:
Allan Carr
2024-02-08 13:22:00 -08:00
parent c8fc1b0f68
commit 05a5df789b
2 changed files with 70 additions and 46 deletions

View File

@@ -112,7 +112,6 @@ export const QUERY_PARTS_QUEUE = gql`
$statuses: [String!]!
$offset: Int
$limit: Int
$order: [jobs_order_by!]
) {
jobs_aggregate(where: { _and: [{ status: { _in: $statuses } }] }) {
aggregate {
@@ -125,7 +124,7 @@ export const QUERY_PARTS_QUEUE = gql`
}
offset: $offset
limit: $limit
order_by: $order
order_by: { ro_number: desc }
) {
ownr_fn
ownr_ln
@@ -142,7 +141,9 @@ export const QUERY_PARTS_QUEUE = gql`
v_color
vehicleid
scheduled_in
scheduled_completion
id
ins_co_nm
clm_no
ro_number
status