Skip to content

Commit

Permalink
merge: feature/defer update to main (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach FettersMoore <zach.fetters@apollographql.com>
Co-authored-by: Maria Elisabeth Schreiber <maria.schreiber@apollographql.com>
Co-authored-by: gh-action-runner <runner@Mac-1698338401160.local>
Co-authored-by: Anthony Miller <anthonymdev@gmail.com>
Co-authored-by: gh-action-runner <runner@Mac-1698344533451.local>
Co-authored-by: Hesham Salman <iron-ham@github.com>
Co-authored-by: Syed Zohair Abbas Hadi <45510142+zohairhadi@users.noreply.github.com>
Co-authored-by: gh-action-runner <runner@Mac-1698701484703.local>
  • Loading branch information
9 people authored Nov 1, 2023
1 parent 1a7bde4 commit 98dfa68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo iOS Roadmap

**Last updated: 2023-10-19**
**Last updated: 2023-10-25**

For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md).

Expand Down Expand Up @@ -31,7 +31,7 @@ _Approximate Date: TBD - PR from an external contributor is in review_

### [`@defer` support](https://github.com/apollographql/apollo-ios/issues/2395)

_Approximate Date: 2023-10-31_ 👻
_Approximate Date: 2023-11-10_

The `@defer` directive enables your queries to receive data for specific fields asynchronously. This is helpful whenever some fields in a query take much longer to resolve than others. [Apollo Kotlin](https://www.apollographql.com/docs/kotlin/fetching/defer/) and [Apollo Client (web)](https://www.apollographql.com/docs/react/data/defer/) currently support this syntax, so if you're interested in learning more check out their documentation. Apollo iOS will release support for this directive in a `1.x` minor version. This will be released as an experimental feature.

Expand Down

0 comments on commit 98dfa68

Please sign in to comment.