hasura / hasura/graphql-engine
handling null values in comparision operator expressions
Open
c/server
k/ideas
p/longterm
triage/2-needs-rfc
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
Here is the screenshot of the operators and their types

I have a string column which is nullable. It can contain `empty string` ~ "" , `null` and non-zero length string. I would like to run a query with `_in: ["", null]`. But its not allowed based on the schema.
Contributor guide
Assessment
This issue has not been assessed yet.