bigint_comparison_exp
Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'.
input bigint_comparison_exp {
_eq: bigint
_gt: bigint
_gte: bigint
_in: [bigint!]
_is_null: Boolean
_lt: bigint
_lte: bigint
_neq: bigint
_nin: [bigint!]
}