apollographql / apollo-ios

📱  A strongly-typed, caching GraphQL client for iOS, written in Swift.
https://www.apollographql.com/docs/ios/
MIT License
3.88k stars 725 forks source link

Feature Request: Fetch More for caching #565

Open jnwagstaff opened 5 years ago

jnwagstaff commented 5 years ago

Other apollo clients for the web have the option to fetch more items for a given query. This keeps those additional items cached with the original request. Right now there is no way to cache additional fetches with the original fetch.

designatednerd commented 5 years ago

Yep, will look into this.