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
Describe the bug
When building a GraphQL query using WHERE... AND with variables inside the AND statement, omitting an optional variable results in a Cypher error.
By contrast, it is possible to omit optional variables that are used outside the AND statement. In that case the query runs and the whole term is ignored in the resulting Cypher query.
Describe the bug
When building a GraphQL query using WHERE... AND with variables inside the AND statement, omitting an optional variable results in a Cypher error.
By contrast, it is possible to omit optional variables that are used outside the AND statement. In that case the query runs and the whole term is ignored in the resulting Cypher query.
Type definitions
To Reproduce
with the variables
... that is, omitting the optional variable
$activity
Expected behavior
I would ideally like Event nodes with any value in the activity field to be included in the result
Actual result
The error message is returned to the client:
System (please complete the following information):
The text was updated successfully, but these errors were encountered: