Fix order issue on all jobs

This commit is contained in:
Dave Richer
2023-11-29 16:09:20 -05:00
parent afbe328aa7
commit 2252091b53
3 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ export const QUERY_ALL_ACTIVE_JOBS_PAGINATED = gql`
offset: $offset
limit: $limit
where: { status: { _in: $statuses }, converted: { _eq: $isConverted } }
order_by: { created_at: desc }
order_by: $order
) {
iouparent
ownr_fn