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.

DevDan
Node Link
since ‎10-03-2022
‎12-02-2022

User Statistics

  • 7 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I'm currently using a database instance from Neo4j Aura. That works fine when trying to connect my Node GraphQL server locally or from Heroku. However, when I deployed my GraphQL server to a docker container, I'm getting the following error: Neo4jEr...
I have text data that I would like to allow both upper and lower case letters. But want to ignore case when doing merge operations. For example, how do I apply toLower to o.name before it is compared to $name? MERGE (u)-[:ACCESS]-(o:Object {name: toL...
I have a very small test set of user, collection and object nodes, only about 30. I use the neo4j-graphql-js package to setup a node graphql server to handle requests. My graphql queries usually take between 300ms to 900ms. Now, they sometimes take 3...
I see in the documentation (https://neo4j.com/docs/graphql-manual/current/auth/authorization/allow/), you can use auth with allow across relationship. However, I want to add read and edit properties on the relationship.  For example: type User {   ...
Kudos from