Skip to content

Commit 7982a2e

Browse files
committed
Replace reference to removed endpoint
1 parent 824c7c1 commit 7982a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/management-ops/graph-export/graph-catalog-apache-arrow-ops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To stream multiple node properties, the client needs to encode that information
8888
{
8989
graph_name: "my_graph",
9090
database_name: "database_name",
91-
procedure_name: "gds.graph.streamNodeProperties",
91+
procedure_name: "gds.graph.nodeProperties.stream",
9292
configuration: {
9393
node_labels: ["*"],
9494
node_properties: ["foo", "bar", "baz"],

0 commit comments

Comments
 (0)