From 52727034d0795855ce1f19a3fff9a77710b34252 Mon Sep 17 00:00:00 2001 From: Anthony Miller Date: Tue, 7 Jan 2025 10:18:33 -0800 Subject: [PATCH] Update ROADMAP.md --- apollo-ios/ROADMAP.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/apollo-ios/ROADMAP.md b/apollo-ios/ROADMAP.md index ad94dc4e1..1931b882b 100644 --- a/apollo-ios/ROADMAP.md +++ b/apollo-ios/ROADMAP.md @@ -1,6 +1,6 @@ # 🔮 Apollo iOS Roadmap -**Last updated: 2024-12-10** +**Last updated: 2025-01-07** For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md). @@ -56,14 +56,6 @@ _Status: In design phase. Current RFC for design is available [here](https://git - ✅ [`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 - -_Status: Code complete. Will be included in the next minor version release (1.16.0)._ - -For more information on this feature, see the [RFC](https://github.com/graphql/graphql-spec/pull/825) for its addition to the GraphQL specification. - -Support for this feature is considered experimental and subject to change until the RFC is approved and merged into the GraphQL specification. - ### [Reduce generated schema types](https://github.com/apollographql/apollo-ios/milestone/71) _Status: API Design in progress_