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.

pererasys
Node Link
since ‎05-21-2020
‎06-01-2022

User Statistics

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

User Activity

I'm attempting to query "Skills" based on whether a person from a list used them (I only know which project the person created), but I need to know which specific person the skill matched to. I have the basic cypher query that solves half the problem...
This is more of a theoretical question, but because of the way I'm doing things I think it may be relevant. Right now I've added a constraint on User.uuid, and when a user creates their account I'm adding a uuid property manually with apoc.create.uui...