Skip to content

Commit 42bc239

Browse files
Fix minor docbug
1 parent 2e066ba commit 42bc239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/management-ops/graph-update/to-undirected.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ YIELD
4343
| Name | Type | Default | Optional | Description
4444
| relationshipType | String | n/a | no | The relationship type to make undirected.
4545
| mutateRelationshipType | String | n/a | no | The relationship type to be added to the graph.
46-
| aggregation | Map or String | n/a | no | Handling of parallel relationships. Allowed values are `NONE`, `MIN`, `MAX`, `SUM`, `SINGLE`, `COUNT`. Using map allows specifying aggregations per relationship property. By default we will use the existing aggregation used during the initial projection.
46+
| aggregation | Map or String | `NONE` | yes | Handling of parallel relationships. Allowed values are `NONE`, `MIN`, `MAX`, `SUM`, `SINGLE`, `COUNT`. Using map allows specifying aggregations per relationship property. By default we will use the existing aggregation used during the initial projection.
4747
include::partial$/algorithms/common-configuration/common-configuration-jobid-concurrency-entries.adoc[]
4848
|===
4949

0 commit comments

Comments
 (0)