Skip to content

Commit

Permalink
Squashed 'apollo-ios/' changes from 7bbdce4..d73f454
Browse files Browse the repository at this point in the history
d73f454 Roadmap update 2023-10-19

git-subtree-dir: apollo-ios
git-subtree-split: d73f454
  • Loading branch information
runner authored and runner committed Oct 23, 2023
1 parent 8dceb0a commit 1b90e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo iOS Roadmap

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

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 @@ -35,6 +35,8 @@ _Approximate Date: 2023-10-31_ 👻

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.

We plan to release `@defer` support in a feature branch first, then will move it into our regular release pipeline behind an experimental flag later on.

### [Improvements to code generation configuration and performance](https://github.com/apollographql/apollo-ios/milestone/67)

_Approximate Date: to be released incrementally, beginning in October 2023 with 1.7.0_
Expand Down

0 comments on commit 1b90e00

Please sign in to comment.