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.

julie_cavarroc
Node
since ‎04-28-2022
‎06-01-2022

User Statistics

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

User Activity

Hello, I would like to check if a graph projection exists and if yes, drop it. Here is the code tried without success: </>CALL gds.graph.list() YIELD graphName WITH graphName AS graph CALL gds.graph.drop(graph) YIELD graphName RETURN graphName</> Neo...