Hi , i want retrive the skills nodes, which dont have predicate SIMILAR_SKILL, i am using query like following, but its not working, please help, thanks.
{
var(func:type(Skill))
{
skl as uid
NOT SIMILAR_SKILL{
}
}
va(func:uid(skl)){
name
}
}
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
}
}