{
Block as var(func: type(A), first:1) {
uid
bkn as dgraph.type
link @normalize {
link2 {
J as uid
}
}
}
_foreach(func: uid(Block), blockname: val(bkn) ){
uid #show my uid from the "Block" var
count: (func: uid(J)){ # This is just an example
count(uid)
})
}
}