Eliot Austin-Forbes

Results 6 comments of Eliot Austin-Forbes

@cengizcmataraci Did you ever manage to solve this issue?

> I am having the same issue. Did you manage to get a solution to this? Sorry I didn't see your reply. I ended up making a custom codegen plugin,...

> Could you make a PR so they could integrate the solution? https://github.com/dotansimha/graphql-code-generator/pull/8299

> Hi! > > All community plugins (see list below) have been moved to a new [`dotansimha/graphql-code-generator-community`](https://github.com/dotansimha/graphql-code-generator-community). > > Community plugins: > ### Please move your PR by following these...

Hi @phryneas thanks very much for your reply. I added a test in https://github.com/apollographql/apollo-client/pull/11657 demonstrating similar behaviour. I found that there a missing field error is thrown in [Apollo's internals](https://github.com/apollographql/apollo-client/blob/main/src/cache/inmemory/readFromStore.ts#L397)...

> Hey @Athelian 👋 > > I'd like to ask, whats the motivation behind using `useQuery` in this manner? Is there a reason you don't just use the "bigger" query...