diff --git a/client/src/graphql/jobs.queries.js b/client/src/graphql/jobs.queries.js index b14e0e03b..7c6888d68 100644 --- a/client/src/graphql/jobs.queries.js +++ b/client/src/graphql/jobs.queries.js @@ -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