From bc5b1c7c3c9b0c07efc48cce8462e739ce7edd52 Mon Sep 17 00:00:00 2001 From: gh-action-runner Date: Wed, 28 Aug 2024 17:06:32 +0000 Subject: [PATCH] Squashed 'apollo-ios/' changes from e7085075..f0c89da0 f0c89da0 Update ROADMAP.md git-subtree-dir: apollo-ios git-subtree-split: f0c89da06e252c91920fe1e26956b14ba1b17d0a --- ROADMAP.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index f1493e982..c3564e9eb 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,6 @@ # 🔮 Apollo iOS Roadmap -**Last updated: 2024-08-13** +**Last updated: 2024-08-27** For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md). @@ -49,6 +49,12 @@ _Approximate Date: Beta release in September alongside Xcode 16 & Swift 6 stable - ✅ [`ExistentialAny` upcoming feature](https://github.com/apollographql/apollo-ios/issues/3205) - (in progress) [`Sendable` types and `async/await` APIs](https://github.com/apollographql/apollo-ios/issues/3291) +### `@oneOf` Input Object Support + +_Approximate Date: TBD, awaiting final approval of RFC into the GraphQL specification._ + +For more information on this feature, see the [RFC](https://github.com/graphql/graphql-spec/pull/825) for its addition to the GraphQL specification. + ### [Reduce generated schema types](https://github.com/apollographql/apollo-ios/milestone/71) _Approximate Date: TBD_