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.
2 parents de13745 + df2bbff commit 90da932Copy full SHA for 90da932
README.adoc
@@ -17,14 +17,6 @@
17
:model: documentation/img/model.svg
18
:example: documentation/img/example.svg
19
20
-:query: MATCH (c:Person{name:$name})-[r:INTERACTS]->(other) +
21
- RETURN other.name as person +
22
-
23
-:param-name: name
24
-:param-value: Jaime Lannister
25
-:result-column: person
26
-:expected-result: Tyrion Lannister
27
28
:todo: false
29
image::{icon}[width=100]
30
@@ -43,9 +35,10 @@ image::{model}[]
43
35
image::{example}[width=600]
44
36
45
37
.Example Query:
46
-[source,cypher,subs=attributes]
38
+[source,cypher,role=query-example,param-name=name,param-value="Jaime Lannister",result-column=person,expected-result="Tyrion Lannister"]
47
39
----
48
-{query}
40
+MATCH (c:Person{name:$name})-[r:INTERACTS]->(other)
41
+ RETURN other.name as person
49
42
50
51
=== Setup
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments