Skip to content

Commit 05947e5

Browse files
calvincestarigh-action-runner
authored and
gh-action-runner
committed
fix: Disfavour deprecated watch function (apollographql/apollo-ios-dev#469)
1 parent 24a43a4 commit 05947e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Apollo/ApolloClient.swift

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ extension ApolloClient: ApolloClientProtocol {
187187

188188
extension ApolloClient {
189189

190+
@_disfavoredOverload
190191
@available(*, deprecated,
191192
renamed: "watch(query:cachePolicy:refetchOnFailedUpdates:context:callbackQueue:resultHandler:)")
192193
public func watch<Query: GraphQLQuery>(

0 commit comments

Comments
 (0)