apollo-ios-dev
apollo-ios-dev copied to clipboard
Apollo iOS Development Repo
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.8 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...
### What are you trying to accomplish? I noticed that in situations where we have a large number of local cache updates and network cache updates, that we end up...
The following changes are to support the need to hook up data residing in separate stores into the life-cycle of the data in ApolloStore. This PR represents 1 of 2...
### TL;DR Update the configuration in ApolloCodegen to allow for selecting specific field merging strategies. ### What changed? Added the ability to select specific field merging strategies such as ancestors,...
Avoid using fatal error on `JSONEncodable` instead of conforming protocol with where clause
This is a rough mvp of one of the approaches to handling custom schema type names to validate path forward before cleaning up code and adding tests etc.
### TL;DR Updated the selection set initializers configuration to always generate initializers for local cache mutations ### What changed? - Removed the explicit configuration for local cache mutations in the...
Move fieldMerging option to experimental Add validation for fieldmerging w/selection set init
These options are incompatible and cannot be used together. Validation to prevent this is added in next PR.
This PR updates the `SelectionSetTemplate` to handle different field merging strategies specified in the configuration options. It also refactors the rendering logic to consider merged fields when generating property accessors,...