Alessia Bellisario
Alessia Bellisario
I'm on vacation this week but I don't need your reproduction, @fredericbirke, but thanks for the offer :) I can pick this up when I'm back online next week.
Hey everyone 👋 I have some updates to share from looking into this today… First, I didn’t know when or why Apollo Angular’s `HttpLink` diverged from Apollo Client's, so I...
> Not using `HttpClientModule` to support defer is unfortunately a non-starter for this lib. I didn't suggest removing `HttpClientModule` :) My point was that if anyone wants to do this...
Created a feature request here: https://github.com/angular/angular/issues/52494
Hi @PowerKiKi 👋 Unfortunately I haven't had much luck with my feature request. We've gotten a fair number of support requests from users trying to use `@defer` with apollo-angular, and...
@Sephster could you try with Apollo Client version 3.8.3? I'm also waiting for Firefox to release the latest version of the addon which hopefully will be in the next day...
Thought I'd share a demo of Relay using `@defer` with an Apollo Router back-end: https://apollographql.github.io/graphql-testing-library/?path=/docs/example-relay--docs My `fetchQuery` implementation: https://github.com/apollographql/graphql-testing-library/blob/main/.storybook/stories/components/relay/relay-environment.ts
If it's useful for anyone else, I've created a fork for this purpose: https://github.com/alessbell/pull-request-comment-branch
+1, also looking to access these fields. Edit: if anyone needs this, feel free to use my fork at `alessbell/[email protected]`, e.g. https://github.com/apollographql/apollo-client/pull/10568/files#diff-9dc5e53b8fc4bd9d74ca8c2d8d9d5bf7f94c6a8ccc49f2bcc142ec5c171686d1L27-L34
One other question, @oreoluwadnd: what bundler are you using? If it's Metro, we have a note in our React Native troubleshooting section that may be of use to you about...