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.

ilias_mohamed
Node
since ‎03-01-2020
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I tried to send json to my nodeJS but when i load the result to my transaction there is an error. First, this is the JSON that i send by POST request. { "allMenus":[ {"name":"FISH","color":"bg-light-pink"}, {"name":"SALAD","color":"bg-light-g...
Hello, i'm learning neo4j and i have a problem for a school project can someone explain me how to make multiples transactions with for loop?how to handle .then and .catch (duplicate constraint on neo4j applied ) ?is it a good example to use Promise.a...