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
Here I needed to fetch all Projects without deleted property. When Project is being deleted it gets ISO8601 string set into deleted property.
Are there any workarounds to solve this? (except raw cypher)
Thanks!
The text was updated successfully, but these errors were encountered:
1pxone
changed the title
Where params doesn't allow to specify NOT clause or equals to undefined / null.
Where params don't allow to specify NOT clause or equals to undefined / null.
Oct 10, 2023
Hey, thanks for creating this issue!
Right now there is no support for null, but it should be, so it'll be one of the things I work on next. I'll keep you posted.
Tried to accomplish smth like this:
Here I needed to fetch all Projects without
deleted
property. When Project is being deleted it gets ISO8601 string set intodeleted
property.Are there any workarounds to solve this? (except raw cypher)
Thanks!
The text was updated successfully, but these errors were encountered: