type User {
t.user_id
t.user_name
t.gd_to
}
type Gds {
t.guid
t.guid_to
}
t.gd_to: [uid] @reverse .
i just want to count the nodes of User
{
result(func: has(t.user_id)){
uid
}
}
but this does not work