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.

geronimo4j
Graph Buddy
since ‎12-29-2020
‎11-24-2022

User Statistics

  • 60 Posts
  • 2 Solutions
  • 3 Kudos given
  • 3 Kudos received

User Activity

Hi I have a Neo4j graph where Users can create Posts and can also follow Movies or Shows or add these things to Lists. With posts I can get the most recent Posts by Users followed other Users just by ordering by date and that's a single feed, but I a...
Hi there - Currently I have a a large mutation that creates Posts that could optionally have attributes which sometimes come in the form of linked nodes. So a post might have a body, created_date, and other properties but might also have a creator wh...
Hi the below is within the context of Neo4j GraphQL (so I need to ensure I'm returning nodes here, rather than Maps or anything, I think). I have nodes Users and Posts where users can write or repost posts. Essentially posts have created_date fields ...
Hi I'm using neo4j/graphql and I'm struggling to get fragments to work, it doesn't look like it's supported. Specifically, I'd like to use it so I can reuse parts of queries, as currently I'm maintaining the fields for specific nodes that I'm calling...
Hi I have User and Rating nodes where users can leave ratings for different things. I'm interested in graphing the distribution of users' ratings, thinking because ratings can be > 0 and <=5 I can do it in 5 tiers: 0, 1, 2, 3, 4-5 stars And essential...