Skip to content

Commit 4d4991f

Browse files
fix
1 parent 301e923 commit 4d4991f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ REMOVE n:$($label)
207207

208208
| xref:functions/graph.adoc#functions-graph-by-elementid[`graph.byElementId()`]
209209
| Returns the graph reference with the given element id.
210-
It is only supported in the `USE` clause.
210+
It is only supported in the xref:clauses/use.adoc[`USE`] clause.
211211
As of Neo4j 5.26, it is supported on both link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/[standard and composite databases].
212212
On earlier versions, it is only supported on composite databases.
213213

modules/ROOT/pages/functions/graph.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For more information, see xref:subqueries/call-subquery.adoc#import-variables[CA
153153

154154
.Considerations
155155
|===
156-
| `graph.byName()` is only supported in the `USE` clause, on composite databases.
156+
| `graph.byName()` is only supported in the xref:clauses/use.adoc[`USE`] clause, on composite databases.
157157
|===
158158

159159
.+graph.byName()+
@@ -190,7 +190,6 @@ For more information, see xref:subqueries/call-subquery.adoc#import-variables[CA
190190
|===
191191
| *Syntax* 3+| `graph.byElementId(elementId)`
192192
| *Description* 3+| Returns the graph reference with the given element id.
193-
It is only supported in the `USE` clause.
194193
.2+| *Arguments* | *Name* | *Type* | *Description*
195194
| `elementId` | `STRING` | An element id of a node or relationship.
196195
| *Returns* 3+| `GRAPH`
@@ -199,6 +198,7 @@ It is only supported in the `USE` clause.
199198
.Considerations
200199
|===
201200
| If the constituent database is not a standard database in the DBMS, an error will be thrown.
201+
| `graph.byElementId()` is only supported in the xref:clauses/use.adoc[`USE`] clause.
202202
| As of Neo4j 5.26, `graph.byElementId()` is supported on both link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/[standard and composite databases].
203203
On earlier versions, it is only supported on composite databases.
204204
|===

0 commit comments

Comments
 (0)