Parithiban

Results 3 comments of Parithiban

@jacquesg When can we expect a patch release?

@benjamn I too have the same issue. I am using `"@apollo/client": "^3.7.10"`, The data is visible in the network tab but can't able to access it in the application. Query:...

@phryneas The creator type name is person only ``` creator { __typename } ``` ``` "creator": { "__typename": "Person" }, ``` So my possible types should be ``` const cache...