removed filteroperator

This commit is contained in:
Deven Joshi
2021-09-30 16:38:56 +05:30
parent 517c2cf00b
commit 4199bc7b6d
@@ -43,9 +43,6 @@ enum FilterOperator {
/// Matches values that exist/don't exist based on the specified boolean value.
exists,
/// Matches values that don't exist.
notExists,
/// Matches all the values specified in an array.
and,