apollo-ios-dev
apollo-ios-dev copied to clipboard
Deprecate localCacheMutation selectionSetInitializer option
TL;DR
Updated the selection set initializers configuration to always generate initializers for local cache mutations
What changed?
- Removed the explicit configuration for local cache mutations in the
ApolloCodegenConfigurationstruct. - Modified the
SelectionSetInitializersenum to always generate initializers for local cache mutations - Deprecated the
localCacheMutationsoption inSelectionSetInitializers.
How to test?
No specific test instructions provided.
Why make this change?
The change was made to streamline the configuration process and ensure consistent generation of initializers for local cache mutations.
[!WARNING] This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Learn more
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @AnthonyMDev and the rest of your teammates on
Graphite
This was merged in as part of #431