ExistsFilterType default choice #304
Labels
DX
Issues and PRs aimed at improving Developer eXperience.
Enhancement
Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.).
ExistsFilterType
default choice isExistsFilter::FALSE
, but sometimes it makes more sense to beExistsFilter::TRUE
.Describe the proposed solution
We can add:
and sort choices accordingly.
Describe alternatives you've considered
Alternatively we can add new
DoesNotExistFilterType
to achieve this.I ended up with a simple override to achieve this:
The text was updated successfully, but these errors were encountered: