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
It's not possible to check if the field value is null.
This is useful when querying for a scenario where you want: Accounts that have no transactions OR accounts that has Count() > 0 transactions.
The current workaround is to create a "hasX" field. Example:
Product
Hot Chocolate
Is your feature request related to a problem?
Currently when creating a
FilterInputType
for a type (example below):It's not possible to check if the field value is null.
This is useful when querying for a scenario where you want: Accounts that have no transactions OR accounts that has Count() > 0 transactions.
The current workaround is to create a "hasX" field. Example:
The solution you'd like
I'd like to be able to instead of having to create a separate "hasX" field to be able to check if the value is null or not. Example:
The text was updated successfully, but these errors were encountered: