upsert_graph_node
Create or update a node for user identity elements like life events, goals, assets, or interactions in a Neo4j graph.
Instructions
Creates or updates a node in the Neo4j Identity & Context Graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| node_type | Yes | ||
| properties | Yes | Key-value attributes for this node | |
| relationship | Yes | Relationship label, e.g. 'HAS_GOAL' |