We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can use functions in your Cypher query. There are many functions in Cypher, not all of which have been implemented yet.
To check whether a list is empty:
$isEmpty = Procedure::isEmpty($list);