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.

jimmyfac1
Node
since ‎10-27-2021
‎06-01-2022

User Statistics

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

User Activity

I'm having an issue creating a relationship the right way, I have these schemas : type User { id: ID! mail: String! password: String! @private meals: [Meal] @relationship(type: "IN_MEALS", direction: IN) } type Meal { name: String! creat...