Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading