Reject_bool_exp
Boolean expressions to filter Reject. All fields are combined with a logical AND.
input Reject_bool_exp {
_and: [Reject_bool_exp!]
_not: Reject_bool_exp
_or: [Reject_bool_exp!]
machine: MachineTP_bool_exp
rejectId: String_comparison_exp
rejectReason: RejectReason_bool_exp
rejectType: String_comparison_exp
rejectedAt: timestamptz_comparison_exp
value: Int_comparison_exp
}
Fields
Reject_bool_exp._and ● [Reject_bool_exp!] list input
Combines the given expressions using a logical AND
Reject_bool_exp._not ● Reject_bool_exp input
Negates the result of the given expression.
Reject_bool_exp._or ● [Reject_bool_exp!] list input
Combines the given expressions using a logical OR.
Reject_bool_exp.machine ● MachineTP_bool_exp input
The machine the event originates from.
Reject_bool_exp.rejectId ● String_comparison_exp input
A globally unique identifier (UUID) for the reject.
Reject_bool_exp.rejectReason ● RejectReason_bool_exp input
Reject_bool_exp.rejectType ● String_comparison_exp input
Reject_bool_exp.rejectedAt ● timestamptz_comparison_exp input
Reject_bool_exp.value ● Int_comparison_exp input
The value observed at the eventTime.
Member Of
business_machine_bool_exp input ● MachineTP_bool_exp input ● Reject_bool_exp input ● RejectReason_bool_exp input ● rejects query