You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But only returns the skills as JAVA and BigData but does not return skill posessed by lalitha i.e. MERN Stack, It has reverse relationship that the other employee nodes
Can we infer both of these relations at once using neosemantics ?
The text was updated successfully, but these errors were encountered:
Hii,
I want to infer data to fetch all skills in a particular role
Tried running the below query
MATCH (r:role { roleName: "SP" }) CALL n10s.inference.nodesInCategory(r, { inCatRel: "posessedBy", subCatRel: "hasRole" }) yield node return node;
But only returns the skills as JAVA and BigData but does not return skill posessed by lalitha i.e. MERN Stack, It has reverse relationship that the other employee nodes
Can we infer both of these relations at once using neosemantics ?
The text was updated successfully, but these errors were encountered: