Method: Neo4j::Core::CypherTranslator#cypher_string
- Defined in:
- lib/neo4j-core/cypher_translator.rb
#cypher_string(labels, props) ⇒ Object
63 64 65 |
# File 'lib/neo4j-core/cypher_translator.rb', line 63 def cypher_string(labels, props) "CREATE (n#{label_string(labels)} #{prop_identifier(props)}) RETURN ID(n)" end |