Skip to content

Commit b9eb21e

Browse files
Mats-SXjjaderberg
authored andcommitted
Fix incorrect relationship projection key
1 parent a93094c commit b9eb21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/asciidoc/algorithms/alpha/alpha-degree-centrality.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ CALL gds.alpha.degree.stream({
131131
relationshipProjection: {
132132
FOLLOWS: {
133133
type: 'FOLLOWS',
134-
projection: 'REVERSE'
134+
orientation: 'REVERSE'
135135
}
136136
}
137137
})
@@ -148,7 +148,7 @@ CALL gds.alpha.degree.write({
148148
relationshipProjection: {
149149
FOLLOWS: {
150150
type: 'FOLLOWS',
151-
projection: 'REVERSE'
151+
orientation: 'REVERSE'
152152
}
153153
},
154154
writeProperty: 'followers'

0 commit comments

Comments
 (0)