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.

jcct100
Node Clone
since ‎08-31-2022
‎02-08-2023

User Statistics

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

User Activity

Hi there,  I have added a @cypher directive to my GraphQL Type - getDistances. I am getting an error returned from my graphQL query when I make a query using getDistances. Can you please tell me what might be causing the problem ?      const typeDef...
Can someone please show me how to write a graphQL query from this cypher query as an example?   WITH point({longitude: 12.78, latitude: 56.7, height: 100}) AS p1, point({latitude: 56.71, longitude: 12.79, height: 100}) AS p2 RETURN point.di...
Hi there, I would like to connect a Flutter web app to a Neo4j database. My understanding is you need to use a GraphQL client library for Flutter and a GraphQL server that is able to connect to a Neo4j database. I know there is a package called graph...
I am trying to import a CSV file (100k rows) and I am using the neo4j community version 4.4.5. It is taking a very long time to import, and I got this error below after it is trying to import for 2 hours: [Neo.DatabaseError.Statement.ExecutionFailed]...
Hi there,  I am trying to import CSV data using Neo4j Desktop. This is my code below.  :auto USING PERIODIC COMMIT LOAD CSV WITH HEADERS FROM 'https://docs.google.com/spreadsheets/d/e/2PACX-1vRJ6RaDEnH2VGyPCb01o2QxRmcyVfOVuJOyf7as8NeMSCPzcjgNUsPOaFy3...
Kudos from
Kudos given to