From 5800d2a59d0298823a695c635127fcb1704f85f5 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 dec36f9293..c5b60f2ee1 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 @@ -84,8 +84,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. |===