From 5b7b659ad6eeddc0e15e43423a924a4585d949b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florentin=20D=C3=B6rre?= Date: Tue, 12 Nov 2024 16:19:27 +0100 Subject: [PATCH] Fix parameter description Co-authored-by: Idan Moral --- .../graph-creation/graph-project-cypher-projection.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/modules/ROOT/pages/management-ops/graph-creation/graph-project-cypher-projection.adoc b/doc/modules/ROOT/pages/management-ops/graph-creation/graph-project-cypher-projection.adoc index 8a65bdc6ac..fc0dbaeb16 100644 --- a/doc/modules/ROOT/pages/management-ops/graph-creation/graph-project-cypher-projection.adoc +++ b/doc/modules/ROOT/pages/management-ops/graph-creation/graph-project-cypher-projection.adoc @@ -96,8 +96,8 @@ RETURN gds.graph.project( | sourceNodeProperties | Map | {} | The properties of the source node. | targetNodeProperties | Map | {} | The properties of the target node. | sourceNodeLabels | List of String or String | [] | The label(s) of the source node. -| targetNodeLabels | List of String or String | [] | The label(s) of the source node. -| relationshipProperties | Map | {} | The properties of the source node. +| targetNodeLabels | List of String or String | [] | The label(s) of the target node. +| relationshipProperties | Map | {} | The properties of the relationship. | relationshipType | String | '*' | The type of the relationship. |===