You can use connectives for filters. There are no operators for Query Root other than by filter.
{
me(func: has(is_animal)) @filter(NOT allofterms(live, “human”)) {
name@en
}
}
You can use connectives for filters. There are no operators for Query Root other than by filter.
{
me(func: has(is_animal)) @filter(NOT allofterms(live, “human”)) {
name@en
}
}