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.

samplar_video
Node
since ‎08-23-2019
‎06-01-2022

User Statistics

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

User Activity

I'm using jwt {secret: KEY} way of handling the authorization and it works well, but I have to inject all the Type defenitions with @auth directive or extend the Types like extend type Person @auth(rules: [{isAuthenticated: true}]) and it works fine ...
I work on a project to help users memorize Japanese Hiragana. The goal is to find the least known kana for a specific user and store it's id to a buffer node to change the knowledge level (type: integer, 0-5) of the kana with the next query/ Bloom se...
Will appreciate your help if you advise me how to solve this question - How do I find a node, that I know a property value of, but don't knot the property name? For example, I know there is a node with some property value "Richie" and I want to find...