Happy New Year! When reading a query of array from cache (either using `client.readQuery` or on component remount), `__typename` is disappeared. urql version & exchanges: ``` "urql": "^1.11.4" "@urql/exchange-graphcache": "^3.3.3", ``` **Steps to reproduce** https://github.com/hoangvvo/urql-array-query-bug `__typename` should not dissapear. **Actual behavior** 
Happy New Year!
When reading a query of array from cache (either using
client.readQueryor on component remount),__typenameis disappeared.urql version & exchanges:
Steps to reproduce
https://github.com/hoangvvo/urql-array-query-bug
__typenameshould not dissapear.Actual behavior