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.

MD_AJMAL_YAZDAN
Node Link
since ‎02-01-2022
‎06-01-2022

User Statistics

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

User Activity

I have run below cypher on a blank database, MERGE (adam:Person {Name: "Adam"}) MERGE (aan:Person{Name: "Aan"})-[:PARENT]->(adam) When I am trying to see the Person node in Neo4J Desktop browser, I can see no name appears in bubble, What needs to be ...
Hello, I am getting error while try to delete the database when database name exists with hyphen. I noticed that if name doesn't contain hyphen, then delete works. Question is, what can be done here?
I came across that I can run graphql neo4j Node JS app in DEBUG mode to view the Cypher queries behind and below NPM script is suggest! "scripts": { "start": "DEBUG=@neo4j/graphql:* node index.js" }, I am getting error in Window 10 command prompt ...
Hello Community, I have a basic Node JS app where below code hits only neo4J default database out of the box, I have 2 use case: How can I pass the database other than one default database neo4j? I have multiple databases with same schema and relat...
I want to use Neo4jGraphQL library and have one existing Neo4J database. Is there a way to generate typeDefs out of the box using using some tool or some mean? const { Neo4jGraphQL } = require("@neo4j/graphql"); const neo4j = require("neo4j-driver");...
Kudos from
Kudos given to