If a Person has multiple dgraph.types , how to get the first one?

Thanks!

Does dgraph.type have performance superiority over ordinary index?

func: type(Person)

vs

func: eq(MyType, "Person")

which one is faster?