Hi Team! How can I filter data in GraphQL by null?...
# getting-started
l
Hi Team! How can I filter data in GraphQL by null? I tried construction like
{field: "typeNames", value: {ne: null} }}
but it's not working. And other operators like
regex
or
in
I can't understand how to use. Give an example, please.
g
Hey! This isn’t currently supported unfortunately. we are looking to address this in advanced search functionality that is coming soon though.