Neo4jResourceClient allows you to execute Cypher queries against Neo4j graph databases for node and relationship operations.
Usage
Inputs
Theinvoke method accepts the following arguments:
The Cypher query string to execute. Use
$paramName for parameterized queries.An object of named parameters for the Cypher query.
A unique identifier for this operation, used for tracing and logging.
Optional timeout in milliseconds for the query execution.
Outputs
On success (ok: true), the result object contains:
Discriminator for the response type.
An array of objects representing the records returned by the query.