Skip to content

Commit

Permalink
Fix failing query example (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Nov 25, 2024
1 parent 0c1fa88 commit e5158f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Information about Cypher features not included in GQL.
:test-skip: true
= Additional Cypher features

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.
Expand Down Expand Up @@ -94,7 +95,7 @@ a|
[source, cypher, role="noheader"]
----
MATCH (n:$($label)),
()-[r:$($type))]->()
()-[r:$($type)]->()
----

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

0 comments on commit e5158f1

Please sign in to comment.