Closed
Description
As we've discovered discussing in Apollo Slack, If I create a fragment with the same name of its type as the following:
fragment Center on Center {
_id
name
}
Everytime we call it from a query the query returns a QueryName.Data.Center
type, even if we map
and access it through the .fragments.center
property of each result item.