Querying for null values #186
Answered
by
kettanaito
ericchernuka
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
kettanaito
Jan 26, 2022
Replies: 1 comment
-
Hi, @ericchernuka. Thank you for raising this. This looks like an issue on our side. I've opened a pull request to tackle it (#187). Currently added the failing test similar to what you're doing in the example above. Should be fixed by aligning the query types to support |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ericchernuka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @ericchernuka. Thank you for raising this.
This looks like an issue on our side. I've opened a pull request to tackle it (#187). Currently added the failing test similar to what you're doing in the example above. Should be fixed by aligning the query types to support
nullable
properties.