OperatorRunTP_bool_exp
Boolean expressions to filter OperatorRunTP. All fields are combined with a logical AND.
input OperatorRunTP_bool_exp {
_and: [OperatorRunTP_bool_exp!]
_not: OperatorRunTP_bool_exp
_or: [OperatorRunTP_bool_exp!]
endAt: timestamptz_comparison_exp
machine: MachineTP_bool_exp
operator: OperatorTP_bool_exp
operatorRunRef: Int_comparison_exp
startAt: timestamptz_comparison_exp
}
Fields
OperatorRunTP_bool_exp._and ● [OperatorRunTP_bool_exp!] list input
Combines the given expressions using a logical AND
OperatorRunTP_bool_exp._not ● OperatorRunTP_bool_exp input
Negates the result of the given expression.
OperatorRunTP_bool_exp._or ● [OperatorRunTP_bool_exp!] list input
Combines the given expressions using a logical OR.
OperatorRunTP_bool_exp.endAt ● timestamptz_comparison_exp input
The end of an interval. Intervals are right-exclusive.
OperatorRunTP_bool_exp.machine ● MachineTP_bool_exp input
The machine the event originates from.
OperatorRunTP_bool_exp.operator ● OperatorTP_bool_exp input
OperatorRunTP_bool_exp.operatorRunRef ● Int_comparison_exp input
A unique, numeric identifier for the operatorRun.
OperatorRunTP_bool_exp.startAt ● timestamptz_comparison_exp input
The start of an interval.
Member Of
business_machine_bool_exp input ● MachineTP_bool_exp input ● operatorRuns query ● OperatorRunTP_bool_exp input ● OperatorTP_bool_exp input