Alessia Bellisario
Alessia Bellisario
Hi all - I'm going to close this issue out since this is fixed in a prerelease. Feel free to install the latest alpha with the command above. Thanks!
Hi all - I believe @boonya's comment above is correct, too. I'll go ahead and close out this issue, but @MorganeLecurieux if you have any other information here feel free...
> It seems useSubscription hook sends start request twice, but stop is sent only once. See this: https://github.com/async-graphql/async-graphql/issues/478#issuecomment-819148931 As far as I can tell, this would only ever occur when...
That's a good call out, @zebapy -- here's an example of a test that calls `onError` when a GraphQL error is returned from our Apollo Client test suite: https://github.com/apollographql/apollo-client/blob/router-subs/src/react/hooks/__tests__/useQuery.test.tsx#L1847:L1888 Since...
Hi all 👋 You may be interested in the RFC I've just opened for a new schema-driven testing utility: https://github.com/apollographql/apollo-client/issues/11705 It doesn't directly resolve this feature request, but I believe...
Hi @asvishnyakov - did you have better luck with WSL? If so I can update CONTRIBUTING.md, thanks!
Thanks for letting us know! In that case I'm going to go ahead and close this for now - I've added the `discussion` label so it doesn't get locked and...
`watchFragment` support [has been released](https://github.com/kamilkisiela/apollo-angular/pull/2226#issuecomment-2289939763) in apollo-angular v7.1.1 🎉
Hi @fredericbirke 👋 I work on Apollo Client and just came across this issue - would you be able to share a [Replay](https://docs.replay.io/workflows/recording-bug-reports) recording of this issue? (Note: you don't...
Hey @fredericbirke 👋 Thanks for the offer, but I just noticed that Apollo Angular has its own `HttpLink` which does not yet have `@defer` support, so I'm guessing that explains...