Perform a CypherQuery

see: CypherQuery

Property definitions

neo4j $ Neo4jClient :: cypher
	# Perform a `CypherQuery`
	# see: CypherQuery
	fun cypher(query: CypherQuery): Serializable do
		return post("{cypher_url}", query.to_rest)
	end
lib/neo4j/neo4j.nit:277,2--281,4