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.

maxso59
Node
since ‎11-24-2022
‎12-04-2022

User Statistics

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

User Activity

Hi everyone, I am currently working with Neo4j SDN 6 using the spring repository query style + custom queries. At this point everything works as expected. However, the goal is to have two different graph representation of data, where each graph will ...
Hi all! I am facing a strange issue while migrating my old Neo4j code to the new OGM 3.2.38. When I run the following query in my browser MATCH (a:Attribute)--(c:Class {name: 'Dog'})--(b:Attribute) RETURN a.name as nom1,c.name as nom2,b.name as...