After adding new node with edge nodeType set to variable the query from above that was not returning anything started to show correct results:
{
result(func: has(staticId)) @filter(eq(nodeType,"variable")) {
uid
}
}
After adding new node with edge nodeType set to variable the query from above that was not returning anything started to show correct results:
{
result(func: has(staticId)) @filter(eq(nodeType,"variable")) {
uid
}
}