You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First things first, I've really been enjoying the new query API as well as the new features of v3.5.0. That helps me building a cleaner and faster data layer. Thanks guys for listening to us~
I'd love to have two extra methods akin to the new relationCount query condition to check if the relation count is greater than or lower than a certain number; typically to test if entity X has existing relations (i.e. > 0) or if it reaches a given threshold.
Would that be possible ?
The text was updated successfully, but these errors were encountered:
RobbWatershed
changed the title
RelationCountGT / RelationCountLT
Feature request : QueryCondition.relationCountGT / .relationCountLT
Jan 19, 2023
Agreed that this feature request makes sense.
(Internal note: the existing query condition could be extended by storing an enum to specify the operation.)
First things first, I've really been enjoying the new query API as well as the new features of v3.5.0. That helps me building a cleaner and faster data layer. Thanks guys for listening to us~
I'd love to have two extra methods akin to the new
relationCount
query condition to check if the relation count is greater than or lower than a certain number; typically to test if entity X has existing relations (i.e. > 0) or if it reaches a given threshold.Would that be possible ?
The text was updated successfully, but these errors were encountered: