Boolean_comparison_exp
No description
input Boolean_comparison_exp {
_eq: Boolean
_gt: Boolean
_gte: Boolean
_in: [Boolean!]
_is_null: Boolean
_lt: Boolean
_lte: Boolean
_neq: Boolean
_nin: [Boolean!]
}
Fields
Boolean_comparison_exp._eq ● Boolean scalar
Returns true if the event value is equal to the given value; false otherwise.
Boolean_comparison_exp._gt ● Boolean scalar
Returns true if the event value is greater than the given value; false otherwise.
Boolean_comparison_exp._gte ● Boolean scalar
Returns true if the event value is greater than the given value; false otherwise.
Boolean_comparison_exp._in ● [Boolean!] list scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
Boolean_comparison_exp._is_null ● Boolean scalar
Checks whether the event value is or is not NULL.
Boolean_comparison_exp._lt ● Boolean scalar
Returns true if the event value is less than the given value; false otherwise.
Boolean_comparison_exp._lte ● Boolean scalar
Returns true if the event value is less than the given value; false otherwise.
Boolean_comparison_exp._neq ● Boolean scalar
Returns true if the event value is not equal to the given value; false otherwise.
Boolean_comparison_exp._nin ● [Boolean!] list scalar
Returns true if the event value is not equal to any of the given values in the collection; false otherwise.
Member Of
AnnotationTP_bool_exp input ● AnnotationTypeTP_bool_exp input ● erpPersons_bool_exp input ● erpResources_bool_exp input ● OperatorTP_bool_exp input ● RejectReason_bool_exp input