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