Run a curl request on a neo4j graph
graphRequest(graph, endpoint, customrequest = c("POST", "GET"), postText)
A list with the "header" and the "result" of the request (invisible)
the neo4j connection
the endpoint for the request. To list all the available
endpoints:
graphRequest(graph, endpoint="", customrequest="GET", postText="")$result
the type of request: "POST" (default) or "GET"
the request body
startGraph()
and cypher()