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.

Franbr31
Node Link
since ‎08-31-2022
‎02-06-2023

User Statistics

  • 4 Posts
  • 0 Solutions
  • 4 Kudos given
  • 2 Kudos received

User Activity

Hii!  I have the following ClientNode object in Spring Boot marked with the @Node annotation:   @Node("Client")@Getter@Setterpublic class ClientNode extends Entity { private String propA; private String propB; private String propC; priva...
Hi :),Where can I find the configuration parameter for apoc.export.csv.query() timeout? We have some queries that are executed on a daily basis to load information, but we just get this error: Failed to invoke procedure `apoc.export.csv.query`: Cause...
Hi!! In my database, I have :TEAM nodes which have :MEMBERSHIP relationships with :PLAYER nodes. :MEMBERSHIP relationships have isActive property which is a boolean indicating whether the player is active. I'm using apoc.path.expand() to expand playe...
Kudos from
Kudos given to