rejectReasons
No description
rejectReasons(
distinct_on: [RejectReason_select_column!]
limit: Int
offset: Int
order_by: [RejectReason_order_by!]
where: RejectReason_bool_exp
): [RejectReason!]!
Arguments
rejectReasons.distinct_on ● [RejectReason_select_column!] list enum
Return a distinct set of entities, defined by the given fields.
rejectReasons.limit ● Int scalar
Limits the number of objects returned.
rejectReasons.offset ● Int scalar
Start a the specified, zero-based array index. This is only useful in combination with order_by.
rejectReasons.order_by ● [RejectReason_order_by!] list input
Sort the returned array by one or more fields of it's elements.
rejectReasons.where ● RejectReason_bool_exp input
Filter the data by using a (nested) boolean expression.
Type
RejectReason object
When a part is rejected, the Reject that is created is assigned a specific Reject Reason. While default Reject Reasons are provided, they can be customized to meet the needs of the business.