Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
apollo-ios-cli.tar.gz | 2025-03-26 | 3.2 MB | |
1.19.0 source code.tar.gz | 2025-03-26 | 3.3 MB | |
1.19.0 source code.zip | 2025-03-26 | 3.4 MB | |
README.md | 2025-03-26 | 845 Bytes | |
Totals: 4 Items | 9.8 MB | 0 |
New
- New function to mutate the properties of a local cache mutation fragment. (#3433): Removal of the setter for type conditions made it difficult to work with the properties on those types. A new
mutateIfFulfilled
function was added to facilitate that workflow while still preventing a fragment from being added or removed from an existing model. See PR #608. - Configure
URLRequest
timeout interval (#3522): Added a request context specialization protocol (RequestContextTimeoutConfigurable
) that specifies options for configuring the timeout interval of aURLRequest
. See PR #618.