Skip to content

Commit

Permalink
Bring back deprecated CodingKey for localCacheMutation in selectionSe…
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMDev authored and gh-action-runner committed Aug 23, 2024
1 parent 10da4db commit a55f4d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a55f4d2

Please sign in to comment.