Currently trying a query like below:
{
query(func: uid(0xfffd8d67d83cf7fc)) {
next @facets(has(facet1)) {
uid
name
}
}
}
And I get the error message: One argument expected in has, but got 0.