Execute a Cypher query
Execute an OpenCypher query against the graph database. Supports both read (MATCH) and write (CREATE, SET, DELETE, MERGE) queries.
post/api/query
Request body
Example request
{
"query": "MATCH (n:Person) RETURN n"
}Response
Query executed successfully
Changes
Changed in 2 of the 17 revisions of this API.11
- ○
added the new optional request property
graphnew-optional-request-property
- ○
- ●
removed the request property
graphrequest-property-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●