Skip to content

Commit 6f485bc

Browse files
committed
removed a statement about GQL conformance, changed a heading level
1 parent 10b4dce commit 6f485bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
* `NEXT` can be used instead of xref:subqueries/call-subquery.adoc[] and the xref:clauses/with.adoc[] clause to construct complex queries.
1212
* `NEXT` can improve the usability of xref:queries/composed-queries/conditional-queries.adoc[conditional] and xref:queries/composed-queries/combined-queries.adoc[UNION] queries.
1313
14-
`NEXT` was introduced as part of Cypher's xref:appendix/gql-conformance/index.adoc[].
15-
16-
1714
1815
[[example-graph]]
1916
== Example graph
@@ -83,7 +80,7 @@ NEXT
8380
----
8481

8582

86-
=== Passing values to subsequent queries
83+
== Passing values to subsequent queries
8784

8885
In the following example, `NEXT` passes the variable `customer` to the second query:
8986

0 commit comments

Comments
 (0)