Skip to content

Commit

Permalink
Replace reference to removed endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinD committed Jan 5, 2024
1 parent 824c7c1 commit 7982a2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To stream multiple node properties, the client needs to encode that information
{
graph_name: "my_graph",
database_name: "database_name",
procedure_name: "gds.graph.streamNodeProperties",
procedure_name: "gds.graph.nodeProperties.stream",
configuration: {
node_labels: ["*"],
node_properties: ["foo", "bar", "baz"],
Expand Down

0 comments on commit 7982a2e

Please sign in to comment.