create_relationship
Define relationships between nodes in a Neo4j database by specifying source, target, and relationship type using structured input parameters.
Instructions
Create a relationship between two nodes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fromNodeId | Yes | ID of the source node | |
properties | No | Relationship properties | |
toNodeId | Yes | ID of the target node | |
type | Yes | Relationship type |