Skip to content

Commit 6662200

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
1 parent f684348 commit 6662200

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,10 @@ For example, an actor playing multiple roles in the same movie.
328328

329329
=== Changed behavior for multiple relationships between nodes
330330

331-
The way multiple relationships between the same two nodes are handled has changed:
331+
The way multiple relationships are handled between the same two nodes has changed:
332332

333-
* In entity query fields (like `movies`), duplicate nodes will be removed and only distinct results will be returned, regardless of how many relationships exist between the nodes.
334-
335-
* In connection query fields (like `moviesConnection`), all relationships will be represented individually. This allows for projecting relationship properties for each connection between the two nodes.
333+
* In entity query fields (like `movies`), duplicate nodes are removed and only distinct results are returned, regardless of how many relationships exist between the nodes.
334+
* In connection query fields (like `moviesConnection`), all relationships are represented individually. This allows for projecting relationship properties for each connection between the two nodes.
336335

337336
For example, consider a scenario where Eddie Murphy played multiple roles in the same movie:
338337

@@ -938,7 +937,8 @@ const neoSchema = new Neo4jGraphQL({
938937

939938
=== Deprecated aggregation filters outside connection fields
940939

941-
The aggregation filters outside connection fields are now deprecated. You should use the aggregation filters within connection input fields instead:
940+
The aggregation filters outside connection fields are now deprecated.
941+
Use the aggregation filters within connection input fields instead:
942942

943943
[cols="1,1"]
944944
|===
@@ -976,9 +976,10 @@ const neoSchema = new Neo4jGraphQL({
976976
});
977977
----
978978

979-
=== Deprecated Aggregation filters outside dedicated input
979+
=== Deprecated aggregation filters outside dedicated input
980980

981-
Aggregation filters outside dedicated input like `_AVERAGE_GT` are now deprecated. You should use the dedicated input object versions:
981+
Aggregation filters outside dedicated input like `_AVERAGE_GT` are now deprecated.
982+
Use the dedicated input object versions instead:
982983

983984
[cols="1,1"]
984985
|===

0 commit comments

Comments
 (0)