Skip to content

Commit

Permalink
Fix parameter description
Browse files Browse the repository at this point in the history
Co-authored-by: Idan Moral <[email protected]>
  • Loading branch information
FlorentinD and idan22moral committed Nov 12, 2024
1 parent efff15a commit 5b7b659
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
|===

Expand Down

0 comments on commit 5b7b659

Please sign in to comment.