Skip to content

Commit e8cf9e1

Browse files
committed
Add change log und documentation for undirectedRelationshipTypes in CypherAggregation
� Conflicts: � release/2.3.0.md
1 parent 6aeb1c0 commit e8cf9e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-aggregation.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ RETURN gds.alpha.graph.project(
6868
.Configuration
6969
[opts="header",cols="1,1,1,4"]
7070
|===
71-
| Name | Type | Default | Description
72-
| readConcurrency | Integer | 4 | The number of concurrent threads used for creating the graph.
71+
| Name | Type | Default | Description
72+
| readConcurrency | Integer | 4 | The number of concurrent threads used for creating the graph.
73+
| undirectedRelationshipTypes | List of String | [] | Declare a number of relationship types as undirected. Relationships with the specified types will be imported as undirected. `*` can be used to declare all relationship types as undirected.
7374
|===
7475

7576

0 commit comments

Comments
 (0)