We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93094c commit b9eb21eCopy full SHA for b9eb21e
doc/asciidoc/algorithms/alpha/alpha-degree-centrality.adoc
@@ -131,7 +131,7 @@ CALL gds.alpha.degree.stream({
131
relationshipProjection: {
132
FOLLOWS: {
133
type: 'FOLLOWS',
134
- projection: 'REVERSE'
+ orientation: 'REVERSE'
135
}
136
137
})
@@ -148,7 +148,7 @@ CALL gds.alpha.degree.write({
148
149
150
151
152
153
},
154
writeProperty: 'followers'
0 commit comments