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.

jan_georg_dev
Node
since ‎09-10-2018
‎06-01-2022

User Statistics

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

User Activity

hello, I'm using the neo4jgraphql npm module and i got a probleme with my schema: type Person { father: Person @relation(name: "FATHER_OF", direction: "OUT") mother: Person @relation(name: "MOTHER_OF", direction: "OUT") } this fails and i do...