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.

julian_deflandr
Node Link
since ‎06-10-2020
‎06-01-2022

User Statistics

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

User Activity

Hello, I've been developing with the grandstack for awhile now using my desktop neo4j db. I'm now attempting to push to production, so I'd like to use a neo4j database that is not local for the production app. I am attempting to use a neo4j sandbox d...
I'm using JWTs for user auth in my app and I have them accessible in the resolvers via the context object, but I'm not quite sure the best way to use them in a granular way. I'd like to check that a user's req.userId matches the authorId that exists ...
Could someone help me understand how to reach out to my neo4j database to check if a user exists inside my custom resolver for login? Mutation: { register: async (_, { id, email, password }, context, info) => { const hashedPassword = await...
I am attempting to store comments in a GRANDstack application. I currently store the comment like this: type Comment { id: ID! author: ID! delta: String } Where delta is a quilljs delta object that I have stringified and looks like this: {"ops":[{"in...
Kudos given to