Hashdhi

Results 5 issues of Hashdhi

our system is using a graph database( not neo4j )and it's live . Wanted to migrate it to Neo4j. we have used gremlin for graph traversal and approximately 10000 gremlin...

Hi We are using Neo4j 4.4.3 Enterprise edition and neo4j ogm java 3.2.33 at data layer of our application . application is developed is using java 8. Wanted to use...

Hi , Do we have any option to generate graphql schema type definition from existing graph database like @neo4j/introspector.

### Is there an existing issue already for this bug? - [X] I have searched for an existing issue, and could not find anything. I believe this is a new...

triage

Schema ``` type Person { name: String age: Int livesIn : Location @relation(name:"LIVES_IN", direction: OUT) livedIn : [Location] @relation(name:"LIVED_IN", direction: OUT) born : Birth died : Death } interface Temporal...