Skip to content

Commit

Permalink
fix: Local cache mutation build error in Swift 6 (apollographql/apoll…
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored and gh-action-runner committed Jul 11, 2024
1 parent dbe5350 commit 9b87ee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/ApolloAPI/LocalCacheMutation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public extension MutableSelectionSet where Fragments: FragmentContainer {
yield &f
self.__data._data = f.__data._data
}
@available(*, unavailable, message: "mutate properties of the fragment instead.")
set { preconditionFailure("") }
}
}

Expand Down

0 comments on commit 9b87ee0

Please sign in to comment.