Skip to content

Commit e5158f1

Browse files
Fix failing query example (neo4j#1119)
1 parent 0c1fa88 commit e5158f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/appendix/gql-conformance/additional-cypher.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: Information about Cypher features not included in GQL.
2+
:test-skip: true
23
= Additional Cypher features
34

45
While the link:https://www.iso.org/standard/76120.html[GQL Standard] incorporates a lot of capabilities in Cypher, Cypher contains additional features that are not part of GQL and no GQL alternatives currently exist for them.
@@ -94,7 +95,7 @@ a|
9495
[source, cypher, role="noheader"]
9596
----
9697
MATCH (n:$($label)),
97-
()-[r:$($type))]->()
98+
()-[r:$($type)]->()
9899
----
99100

100101
| xref:clauses/match.adoc#dynamic-match[`MATCH` nodes and relationships using dynamic node labels and relationship types]

0 commit comments

Comments
 (0)