The above does not return me anything.
The below query works for me, only thing is if i have 10 different types of relationships, then for each i would need to add the “@filter…”
{
relationship(func: eq(name,“Alice”)) @recurse(depth:3) {
name
friend @filter(eq(name,“Ethan”))
}
}