Merged in feature/IO-2481-Parts-Queue-Query (pull request #1082)

Feature/IO-2481 Parts Queue Query

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2023-11-29 18:39:24 +00:00
committed by Dave Richer

View File

@@ -60,7 +60,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