From 55c1249ec69e7dd69e3cfe62f8744fa3501fd7db Mon Sep 17 00:00:00 2001 From: gh-action-runner Date: Wed, 29 Nov 2023 14:52:11 +0000 Subject: [PATCH] Squashed 'apollo-ios/' changes from 7564cc0c..b852c0aa b852c0aa Update ROADMAP.md git-subtree-dir: apollo-ios git-subtree-split: b852c0aa1fd5ab9e1323da92b606ad3f2211e111 --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 01fa1e763..71effe3e6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -32,7 +32,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-11-29_ +_Approximate Date: Under review.._ 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.