Query a given database.

Parameters

ParameterDescription
DatabaseThe name of the database.
QueryThe body of the database query call.:::notePlease note that the query is sensitive to whitespace.For further information, view the Neo4j Documentation.:::

Example Output

{
  "results": [ {
    "columns": ["n"],
      "data": [ {
        "row": [ {
          "name": "Alice",
          "age": 42
        } ],
        "meta": [ {
          "id": 36,
          "elementId": "4:0ea4a108-32c5-498c-99e7-95cc67ab5f7d:36",
          "type": "node",
          "deleted": false
        } ]
      } ]
    } ],
    "errors": [],
    "lastBookmarks": [
    "FB:kcwQDqShCDLFSYyZ55XMZ6tffRuQ"
    ]
  }
}

Workflow Library Example

Query Database with Neo4j and Send Results Via Email

Preview this Workflow on desktop