Assuming you gave every node a type:
{
q(func: has(dgraph.type)) @filter(NOT has(name)) {
count(uid)
}
}
Note however, that this will be quite slow.
Assuming you gave every node a type:
{
q(func: has(dgraph.type)) @filter(NOT has(name)) {
count(uid)
}
}
Note however, that this will be quite slow.