yes, above question was incomplete, i wants to retrive all the skill nodes of candidates but those skill don’t have predicate SIMILAR_SKILL, i am querying like following but not worked, please help
{
p(func:type(Candidate)){
userId
HAS_SKILL{
skl as uid
Not SIMILAR_SKILL{
term
}
}
}
var(func:uid(skl)){
name
}
}