Understand real life social network connections

Not sure If I got it.

Something like this?

{
  var(func: eq(name, "human2")) {
    level1 as owner_of
  }
  var(func: uid(level1)) @recurse(depth: 2) {
    _WhoFollowMe as <~follows>
    _WhoIFollow as follows
  }
  WhoFollowMe(func: uid(_WhoFollowMe)) @recurse(depth: 2) {
    name
  }
  WhoIFollow(func: uid(_WhoIFollow)) @recurse(depth: 2) {
    name
  }
}

Thats possible one way of doing it. I hadn’t seen the yellow, because I use f.lux, I didn’t notice the yellow. After I deactivated I realized more or less. You can use Normalize, but you need to see how (it’s a little late here in my time zone) there are some little rules to follow.