Skip to main content

rejects

No description

rejects(
distinct_on: [Reject_select_column!]
limit: Int
offset: Int
order_by: [Reject_order_by!]
where: Reject_bool_exp
): [Reject!]!

Arguments

rejects.distinct_on ● [Reject_select_column!] list enum

Return a distinct set of entities, defined by the given fields.

rejects.limit ● Int scalar

Limits the number of objects returned.

rejects.offset ● Int scalar

Start a the specified, zero-based array index. This is only useful in combination with order_by.

rejects.order_by ● [Reject_order_by!] list input

Sort the returned array by one or more fields of it's elements.

rejects.where ● Reject_bool_exp input

Filter the data by using a (nested) boolean expression.

Type

Reject object

When a part is determined to be defective, it may be Rejected via the Operator Dashboard or through the Quality functionality within MachineMetrics. Rejects come in two types: Scrap and Non-Conform. Further, each Reject is assigned a Reject Reason.