We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1d968 commit 9af1c9eCopy full SHA for 9af1c9e
cypher/queries/interactive-complex-13.cypher
@@ -5,7 +5,7 @@
5
8796093022357 AS person2Id
6
}
7
*/
8
-OPTIONAL MATCH // the 'OPTIONAL' modifier can be deleted if the parameter curation ensures that both person1 and person2 exist
+MATCH
9
(person1:Person {id: $person1Id}),
10
(person2:Person {id: $person2Id})
11
OPTIONAL MATCH
0 commit comments