Skip to content

Commit 03a9246

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Squashed 'apollo-ios/' changes from 720622da..4563ad11
4563ad11 Update ROADMAP.md git-subtree-dir: apollo-ios git-subtree-split: 4563ad117b995d1ce2c7c53165d20636220b66f8
1 parent 91a6964 commit 03a9246

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ROADMAP.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔮 Apollo iOS Roadmap
22

3-
**Last updated: 2025-01-21**
3+
**Last updated: 2025-02-11**
44

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

@@ -62,6 +62,12 @@ _Status: Not started_
6262
- Provide a mechanism for making generated reponse models mutable.
6363
- This will allow mutability on an opt-in basis per selection set or definition.
6464

65+
### `@fieldPolicy` directive
66+
67+
_Status: Not Started_
68+
69+
The [`@fieldPolicy` directive](https://www.apollographql.com/docs/kotlin/caching/declarative-ids#fieldpolicy) is currently supported by Apollo Kotlin and Apollo Web. This directive allows users to configure field arguments to be used to retrieve data stored in the normalized cache. In our efforts to improve feature parity across the client platforms, we plan to implement this directive in Apollo iOS as well.
70+
6571
### Semantic Nullability
6672

6773
_Status: Feature Design_

0 commit comments

Comments
 (0)