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.

sahilahuja1
Node
since ‎07-22-2019
‎06-01-2022

User Statistics

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

User Activity

I have a schema as follows: type Person { id: ID! name: String! interests: [Interest!] @relation(name: "INTEREST", direction: "OUT") } type Interest { id: ID! interest: String! people_with_interest: [Person!] @relation(name: "INTEREST", direct...