Understanding Dgraph mutation

Replying to myself, in case of it helps somebody else.

{
 me(func: eq(action_name,"delete")) @cascade { 
  action_name
  depends @filter (eq(name,"Actions"))
 }
}