create_relationship
Create a relationship between two existing nodes by specifying source node ID, target node ID, relationship type, and optional properties.
Instructions
Create a relationship between two nodes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Relationship type | |
| toNodeId | Yes | ID of the target node | |
| fromNodeId | Yes | ID of the source node | |
| properties | No | Relationship properties |