This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Neo4j
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Technical Discussions
Neo4j Graph Platform
Drivers & Stacks
Integrations
Releases
Events & Programs
Ninjas Program
Projects & Collaboration
Local Groups
Events
NODES
GraphAcademy
Courses & Certifications
GraphAcademy Discussions
Weekly Challenges
Community Corner
Introduce Yourself
Community News
Community Suggestions
General Discussions
About the Community
jimmyfac1
Node
since
10-27-2021
06-01-2022
User Statistics
1
Posts
0
Solutions
0
Kudos given
0
Kudos received
Neo4j
About jimmyfac1
User Activity
Posts
Replies
Relationship IN and OUT not working as expected with cypher in graphql/neo4j
10-28-2021
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...
No replies to display.