Fix order issue on all jobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user