Skip to main content

Float_comparison_exp

No description

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

Fields

Float_comparison_exp._eq ● Float scalar

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

Float_comparison_exp._gt ● Float scalar

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

Float_comparison_exp._gte ● Float scalar

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

Float_comparison_exp._in ● [Float!] list scalar

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

Float_comparison_exp._is_null ● Boolean scalar

Checks whether the event value is or is not NULL.

Float_comparison_exp._lt ● Float scalar

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

Float_comparison_exp._lte ● Float scalar

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

Float_comparison_exp._neq ● Float scalar

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

Float_comparison_exp._nin ● [Float!] 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 ● erpLaborTickets_bool_exp input ● erpPartOperations_bool_exp input ● erpResources_bool_exp input ● erpWorkOrder_bool_exp input ● erpWorkOrderOperations_bool_exp input