Write Neo4j Cypher
write_neo4j_cypherExecute Cypher queries to modify data in a Neo4j database. Create, update, or delete nodes and relationships to change graph data.
Instructions
Execute a write Cypher query on the neo4j database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The Cypher query to execute. | |
| params | No | The parameters to pass to the Cypher query. |