cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

aminzer
Node
since ‎06-27-2022
‎06-27-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Is it possible to execute query with 2+ statements in a single transaction.run call?  const query = ` MERGE (:TestLabel {name: $name1}); MERGE (:TestLabel {name: $name2});`; const queryParams = { name1: 'Test Name 1', name2: 'Test...
Kudos from