You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,6 @@
11
11
* `NEXT` can be used instead of xref:subqueries/call-subquery.adoc[] and the xref:clauses/with.adoc[] clause to construct complex queries.
12
12
* `NEXT` can improve the usability of xref:queries/composed-queries/conditional-queries.adoc[conditional] and xref:queries/composed-queries/combined-queries.adoc[UNION] queries.
13
13
14
-
`NEXT` was introduced as part of Cypher's xref:appendix/gql-conformance/index.adoc[].
15
-
16
-
17
14
18
15
[[example-graph]]
19
16
== Example graph
@@ -83,7 +80,7 @@ NEXT
83
80
----
84
81
85
82
86
-
=== Passing values to subsequent queries
83
+
== Passing values to subsequent queries
87
84
88
85
In the following example, `NEXT` passes the variable `customer` to the second query:
0 commit comments