bigint_comparison_exp
Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'.
Input Fields
_eq (
bigint
)
_gt (
bigint
)
_gte (
bigint
)
_in (
[bigint!]
)
_is_null (
Boolean
)
_lt (
bigint
)
_lte (
bigint
)
_neq (
bigint
)
_nin (
[bigint!]
)