bigint_comparison_exp
No description
input bigint_comparison_exp {
_eq: bigint
_gt: bigint
_gte: bigint
_in: [bigint!]
_is_null: Boolean
_lt: bigint
_lte: bigint
_neq: bigint
_nin: [bigint!]
}
Fields
bigint_comparison_exp._eq ● bigint scalar
Returns true if the event value is equal to the given value; false otherwise.
bigint_comparison_exp._gt ● bigint scalar
Returns true if the event value is greater than the given value; false otherwise.
bigint_comparison_exp._gte ● bigint scalar
Returns true if the event value is greater than the given value; false otherwise.
bigint_comparison_exp._in ● [bigint!] list scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
bigint_comparison_exp._is_null ● Boolean scalar
Checks whether the event value is or is not NULL.
bigint_comparison_exp._lt ● bigint scalar
Returns true if the event value is less than the given value; false otherwise.
bigint_comparison_exp._lte ● bigint scalar
Returns true if the event value is less than the given value; false otherwise.
bigint_comparison_exp._neq ● bigint scalar
Returns true if the event value is not equal to the given value; false otherwise.
bigint_comparison_exp._nin ● [bigint!] list scalar
Returns true if the event value is not equal to any of the given values in the collection; false otherwise.
Member Of
Activity_bool_exp input ● ActivitySet_bool_exp input ● ActivityType_bool_exp input ● erpLaborTickets_bool_exp input ● erpLaborTicketsReasons_bool_exp input ● erpPartOperations_bool_exp input ● erpReason_bool_exp input ● erpWorkOrderOperations_bool_exp input