Neo4j - RESTful API POST method

147 Views Asked by At

I'm using Neo4j with PHP. I'm using Laravel framework and an OGM called NeoEloquent. When performing a create method to create a node, this OGM sends a post request as described in the documentation here. Is there any way to log this action as a Cypher create query.

1

There are 1 best solutions below

0
On

Just a note to whoever lands on this question, the author provided more details in this question: Laravel - Neoeloquent query log

And is currently working on the fix for the mentioned issue.

Thanks https://stackoverflow.com/users/5460250/ali-wassouf