__resolveReference
RU: __resolveReference
A per-entity resolver function required by the Apollo Federation subgraph spec. When the router sends an entity representation (the @key fields plus __typename) to a subgraph via the _entities field, __resolveReference receives that representation and must return the fully populated entity object, allowing the subgraph to fill in its owned fields.