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
v1:V should be second uuid , but nothing is returned. MATCH (v:V {id: UUID('11111111-1111-1111-1111-111111111111')})-[:E]->(v1:V) RETURN v1; works though. Also replacing UUID by INT64 works.
The text was updated successfully, but these errors were encountered:
v1:V
should be second uuid , but nothing is returned.MATCH (v:V {id: UUID('11111111-1111-1111-1111-111111111111')})-[:E]->(v1:V) RETURN v1;
works though. Also replacing UUID by INT64 works.The text was updated successfully, but these errors were encountered: