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.

ciaran
Node
since ‎01-13-2023
‎01-18-2023

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi all,I am building a react app using Neo4jGraphQL and AuraDB. I have a simple query where I want to return all the nodes of a given type. In cypher the query is    match (n: Champion) return n   Using Apollo GraphQL, the query becomes   type Query{...
Hi all, I'm currently building my first webapp with Neo4j (GRAND stack). I'm trying to implement multi-language data and wondering what the best/ recommended approach is. One approach would be to include multiple fields on each node, eg: en_size, fr_...