Skip to main content

Int_comparison_exp

No description

input Int_comparison_exp {
_eq: Int
_gt: Int
_gte: Int
_in: [Int!]
_is_null: Boolean
_lt: Int
_lte: Int
_neq: Int
_nin: [Int!]
}

Fields

Int_comparison_exp._eq ● Int scalar

Returns true if the event value is equal to the given value; false otherwise.

Int_comparison_exp._gt ● Int scalar

Returns true if the event value is greater than the given value; false otherwise.

Int_comparison_exp._gte ● Int scalar

Returns true if the event value is greater than the given value; false otherwise.

Int_comparison_exp._in ● [Int!] list scalar

Returns true if the event value is equal to one of the given values in the collection; false otherwise.

Int_comparison_exp._is_null ● Boolean scalar

Checks whether the event value is or is not NULL.

Int_comparison_exp._lt ● Int scalar

Returns true if the event value is less than the given value; false otherwise.

Int_comparison_exp._lte ● Int scalar

Returns true if the event value is less than the given value; false otherwise.

Int_comparison_exp._neq ● Int scalar

Returns true if the event value is not equal to the given value; false otherwise.

Int_comparison_exp._nin ● [Int!] list scalar

Returns true if the event value is not equal to any of the given values in the collection; false otherwise.

Member Of

ActivitySet_bool_exp input ● AggregatedAlarmsRT_bool_exp input ● AggregatedPartCountRT_bool_exp input ● AggregatedQuantityRT_bool_exp input ● AlarmIntervalRT_bool_exp input ● AnnotationTP_bool_exp input ● AnnotationTypeTP_bool_exp input ● business_machine_bool_exp input ● CurrentAlarmRT_bool_exp input ● CurrentStateRT_bool_exp input ● CycleTimeStatsRT_bool_exp input ● erpReason_bool_exp input ● erpResources_bool_exp input ● Event_bool_exp input ● LatestPositionRT_bool_exp input ● LatestQuantityRT_bool_exp input ● Location_bool_exp input ● MachineTP_bool_exp input ● MetricTP_bool_exp input ● OperatorRunTP_bool_exp input ● OperatorTP_bool_exp input ● PartCountCorrection_bool_exp input ● PartCountRT_bool_exp input ● PositionRT_bool_exp input ● QuantityRT_bool_exp input ● Reject_bool_exp input ● RejectReason_bool_exp input ● StateIntervalRT_bool_exp input