DQL @reverse vs GraphQL @hasInverse

Use tilde notation

{
  q(func: type(User)) {
    uid
    email
    <~profile_of> {
	firsName
    }
  }
}