You can also query the actual object type by referring to the __type__ link:
SELECT User { favorites: { __type__, [IS Movie].director, [IS Book].author, } };
You can also query the actual object type by referring to the __type__ link: