Anthony Miller
Anthony Miller
Basically we would have: - @_spi(exports) - includes things that should be exported - Just regular `public`, -entities like Object, that may be consumed by users in parts of their...
There are a lot of parts of `ApolloAPI` that are useful for that parts of your app code that configure your networking and cache layer. Custom interceptors, cache key configuration,...
We agree this should be implemented. We're going to clean up a lot of these APIs when we build the 2.0 version of the library and will add this at...
Thanks for the request @andykent. We're not opposed to adding an option to turn off default headers, but it's pretty low on our list of priorities right now. That said,...
@Iron-Ham, I know we weren't able to come up with a reproduction case for this yet. Are you still experiencing this bug?
I am actively working on this right now. A lot of our types were not designed for `Sendable` and there is going to have to be some significant changes to...
As I'm going through and attempting to make things `Sendable`, I'd love to know what particular types people need to be `Sendable`. Please post any types that your application needs...
Thank you all for the valuable feedback! After a lot of research, we've come to the conclusion that providing proper support for Swift 6 and structured concurrency is going to...
TODO: - ~Add a comment to the documentation explaining the work around for using the `makefile` to build the CLI.~ - [ ] Have the `makefile` command automatically move the...
This is something we've considered in the past. It's actually mentioned in the[ initial RFC I wrote for the new Codegen engine here](https://github.com/apollographql/apollo-ios/blob/070ea5134f60f5c2a7b78c72c294d993e6304c8e/CodegenProposal.md#generation-of-enums-providing-all-known-possible-types-for-unions). I'm definitely not opposed to adding this...