Merged release/2023-12-01 into feature/IO-2403-Paginated-Active-Jobs
This commit is contained in:
@@ -120,7 +120,7 @@ export const QUERY_PARTS_QUEUE = gql`
|
||||
}
|
||||
}
|
||||
jobs(
|
||||
where: { _and: [{ status: { _in: $statuses } }] }
|
||||
where: { _and: [{ status: { _in: $statuses }, converted: { _eq: true } }] }
|
||||
offset: $offset
|
||||
limit: $limit
|
||||
order_by: $order
|
||||
|
||||
Reference in New Issue
Block a user