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.

annonmail
Node
since ‎02-11-2021
‎06-01-2022

User Statistics

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

User Activity

I want to model following scenario: User (node) can have multiple posts (node) and Users can follow each other Here's my spring boot model @Node("User") data class NeoUser( @Id val id: Long, val username: String, val fullName: String?...
I am here to learn neo4j and graph database