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/migration/index.adoc
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -328,11 +328,10 @@ For example, an actor playing multiple roles in the same movie.
328
328
329
329
=== Changed behavior for multiple relationships between nodes
330
330
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:
332
332
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.
336
335
337
336
For example, consider a scenario where Eddie Murphy played multiple roles in the same movie:
338
337
@@ -938,7 +937,8 @@ const neoSchema = new Neo4jGraphQL({
0 commit comments