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