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.

marvin-hansen
Node Clone
since ‎11-24-2019
‎06-01-2022

User Statistics

  • 25 Posts
  • 0 Solutions
  • 1 Kudos given
  • 5 Kudos received

User Activity

Hey, I am modeling various insurance products across different domains and so far modeling these as graphs were way easier than doing so as an ER model. However, for the travel domain, I got over 550 different prices in a long Excel sheet that follow...
Information: OS: Win-10 edu, 1909 neo4j Desktop: 1.2.3 NO plugins / extensions / procedures Trying to create a graph in the Desktop App. The current version. 3.5 works, however, version 4 (latests) fails with the error shown below. The issue persists...
Alright, here is the issue, a plan object has some properties, a relation to a provider, and that provider has some other properties. In Playground, I can query as usual and get both, the properites from the plan and from the provider. However, when ...
Alright, GraphQL has input types that are separated from output or types for a reason. However, in some cases, I want to build a query based on the returned values of a previous query. Specifically, when calling requestHealthPolicy(productCode: "HCP"...
Hi, I am building an MVP on top of the GRAND Stack and as long as we deal with neo4J / GraphQL, things were relatively easy and we already manage > 100 relations between several dozens of nodes. The central data schema gradually approaches 1K LoC and...