One more try with the same issue as here https://github.com/facebook/relay/issues/1243. But this time I made it reproducible on the Relay playground.
The idea is to fetch data recursively when a user hovers over a parent category.
I've made two gists. One with the schema and the second with the app. Just copy and paste them into the playground, hover over the catName2 and you'll get the error.
The schema https://gist.github.com/GrigoryPtashko/d110b72076a4611657d5364109ba5905.
The app https://gist.github.com/GrigoryPtashko/c27d6421f1f02c78dc054b2874b4ac87.
The problem is when the inner fragment is included and data-fetched the Relay "rejects" the data that comes back from the backend.
When I wrote the first issue, I thought that this is some issue with my graphql backend (it is not in JS). But now I made it reproducible without even the backend.
Seems to me this is none the less a bug.
Thanks.
PS Here's the schema and the app pasted into the relay playgroud