I used agensgraph version 1.3. Following query
'MATCH (a:movie) RETURN a.title
gives result:
title
---------------------------------
"The Matrix"
"The Matrix Reloaded"
"The Matrix Revolutions"
"The Devils Advocate"
"A Few Good Men"
"Top Gun"
"Jerry Maguire"
"Stand By Me"
I don't know why is double quote operator. What is the way to replace ""?