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.

CD007
Node Link
since ‎10-21-2022
‎11-08-2022

User Statistics

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

User Activity

Hi I have the following Cypher query query = """MATCH (n {name: '%s'})-[r]->(b) RETURN *""" % (entity_type)   and its returning the error    TypeError: Object of type Node is not JSON serializable.   I was able to successfully convert another query ...
Hi I want to add a relationship in Neo4j browser and then I will start to connect the nodes using Bloom. I'm using Aura. However when I enter the following in the browser it just does nothing - is this the correct syntax to add a relationship?    CRE...
Hi I'm trying to create a node but having trouble with the spaces - what should I do to resolve - its not clear what should have quotes. It loads fine if there is a single word for the node name? CREATE (n:Air Plenum {id: '1', name: "Air Plenum", par...
Hi I just can't get the following. I'm using Google co-lab. The commented out line works as expected but after trying various options from threads I still can't get it.  I'm just trying to pass the entity_type variable in after declaring it. Also onc...
Hi I just can't get the following. I'm using Google co-lab. The commented out line works as expected but after trying various options from threads I still can't get it.  I'm just trying to pass the entity_type variable in after declaring it. Also onc...
Kudos given to