Skip to content

Commit

Permalink
remove gt/gte/lt/lte List filter ops
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Jun 4, 2024
1 parent 4f075f5 commit a0d4e08
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 1,128 deletions.
5 changes: 0 additions & 5 deletions src/graphql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3607,11 +3607,6 @@ impl ___Type for FilterTypeType {
FilterOp::Contains,
FilterOp::ContainedBy,
FilterOp::Equal,
FilterOp::GreaterThan,
FilterOp::GreaterThanEqualTo,
FilterOp::LessThan,
FilterOp::LessThanEqualTo,
FilterOp::NotEqual,
FilterOp::Overlap,
];

Expand Down
Loading

0 comments on commit a0d4e08

Please sign in to comment.