You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Schema field put an option to request the total nodes for that predicate. It updates as the user clicks to request each one. Ratel would generate a query like the one below.
e.g:
{
total (func: has (director.film) ) {
count(uid)
}
}