init the query from a query string

Property definitions

neo4j $ CypherQuery :: from_string
	# init the query from a query string
	init from_string(query: String) do
		self.query = query
	end
lib/neo4j/neo4j.nit:370,2--373,4