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.

jim_ruts
Node Link
since ‎05-10-2021
‎09-13-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hi everyone.We are using Neo4J for a while now in our company, but we are struggling with some of our queries (mostly performance issues on counts)I would like to explain what it is we are trying to achieve, and hopefully someone can help us figuring...
Hi everyone, I wanted to write a small query that gives me a list of nodes that don't have a specific relationship. A quick google gives me results that suggest this solution: match (p:Product) where not (p)-[:HAS_CATEGORY]->(:Category) return coun...
Hi everyone, I recently adopted the new @neo4j/graphql module and I am loving it so far. One crucial thing (same as the neo4j-graphql-js lib) is that support for counts is still missing. if I have a simple query where I fetch the first 10 movies out ...
Kudos from