Anthony Miller

Results 289 comments of Anthony Miller

No your code looks correct, and this should be supported. It seems like it's a bug that the `MutableIssueFields.State` has an empty `__selections`. That shouldn't be. We'll need to see...

@Iron-Ham I think I'm in favor of removing the `subscribe` methods. It would simplify a lot of the implementation, and I'm usually in favor of having one opinionated way of...

I believe this work was completed in https://github.com/apollographql/apollo-ios-dev/pull/428. We'll be releasing a new minor version of the pagination library shortly that includes the change. I'll close this issue. If there...

We're going to be re-writing the entire web socket layer for 2.0 in the coming months. We've spent a lot of time chasing down race conditions in the existing web...

We're not really sure if there is anything we can do about this. It seems that it is likely just something to do with Xcode and the way DerivedData and...

The team talked through this and decided that the best way forward is to make this a codegen configuration option with a default value to maintain the existing behavior (`Int`)...

We've implemented this for Apollo iOS 2.0, but made the decision to only use `Int32` for input values. Response models will still use `Int` for ease of use, you will...

Thanks for the report. Officially, Apollo iOS does not currently support Linux or server-side use cases. That said, if there is a simple way to make this work for your...

@BadPirate We are planning on dropping support for some older iOS versions in the 2.0 version (currently in development). This should make it easier for us to then fix some...

We're going to be re-writing the entire web socket layer for 2.0 in the coming months. We've spent a lot of time chasing down race conditions in the existing web...