Skip to content

Commit a0d4e08

Browse files
committed
remove gt/gte/lt/lte List filter ops
1 parent 4f075f5 commit a0d4e08

File tree

2 files changed

+223
-1128
lines changed

2 files changed

+223
-1128
lines changed

src/graphql.rs

-5
Original file line numberDiff line numberDiff line change
@@ -3607,11 +3607,6 @@ impl ___Type for FilterTypeType {
36073607
FilterOp::Contains,
36083608
FilterOp::ContainedBy,
36093609
FilterOp::Equal,
3610-
FilterOp::GreaterThan,
3611-
FilterOp::GreaterThanEqualTo,
3612-
FilterOp::LessThan,
3613-
FilterOp::LessThanEqualTo,
3614-
FilterOp::NotEqual,
36153610
FilterOp::Overlap,
36163611
];
36173612

0 commit comments

Comments
 (0)