From 6f41959d3d92ea13456b5b5760ff5de3a9c11a13 Mon Sep 17 00:00:00 2001 From: gh-action-runner Date: Fri, 23 Aug 2024 20:28:06 +0000 Subject: [PATCH] Squashed 'apollo-ios-codegen/' changes from 10da4db5..a55f4d20 a55f4d20 Bring back deprecated CodingKey for localCacheMutation in selectionSetInitializers (apollographql/apollo-ios-dev#467) git-subtree-dir: apollo-ios-codegen git-subtree-split: a55f4d201031ef88be729ae04b07889041429a96 --- Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift b/Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift index 512f2d69a..3219bd6af 100644 --- a/Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift +++ b/Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift @@ -1263,6 +1263,10 @@ extension ApolloCodegenConfiguration.SelectionSetInitializers { case operations case namedFragments case definitionsNamed + + /// Deprecated + /// Local Cache Mutations will now always have initializers generated. + case localCacheMutations } public init(from decoder: any Decoder) throws {