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.

Amit_Yadav
Node Link
since ‎11-14-2022
‎02-08-2023

User Statistics

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

User Activity

I have two type of node with label "Wholesaler", "Retailer". "Wholesaler" will be connected to "Retailer" with "LINKED_TO" relationship.When we will delete all the connected Retailers from "Wholesaler", we want to set the Wholesaler node label with "...
[{"valueId": "3db5fc4f-72c0-4241-9aa5-71b74f5d13d1","id": "5900955d-058e-440e-8f6e-33e59dd55b22","type": "Module"}, {"valueId": "b40811ec-4485-48fb-896b-646348f600b3","id": "9ae46583-6a56-465d-97ff-0ed6085f00e7","type": "Module"}, {"valueId": "9c434b...
[{"valueId": "3db5fc4f-72c0-4241-9aa5-71b74f5d13d1","id": "5900955d-058e-440e-8f6e-33e59dd55b22","type": "Module"}, {"valueId": "b40811ec-4485-48fb-896b-646348f600b3","id": "9ae46583-6a56-465d-97ff-0ed6085f00e7","type": "Module"}, {"valueId": "9c434b...
FOREACH ( i in range(0, 100) | CALL apoc.create.node([$lables], $properties)) Problem: Invalid use of CALL inside FOREACH Scenario: We are trying to create nodes with dynamic lables and range we are getting from user itself.
I'm using spring data neo4j. And using neo4jClient for returning the custom map. I'm facing the issue mocking the neo4jclient.query().bind().to.fetch.one using Mockito while unit Testing our methods. I'm using below method. neo4jClient.query(() -> QU...
Kudos from
Kudos given to