Skip to content

Commit

Permalink
Squashed 'apollo-ios/' changes from 24a43a47..05947e55
Browse files Browse the repository at this point in the history
05947e55 fix: Disfavour deprecated `watch` function (#469)

git-subtree-dir: apollo-ios
git-subtree-split: 05947e550ae3f310642e7d1ea1340a14023eab75
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Aug 26, 2024
1 parent bf18705 commit 85e9886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Apollo/ApolloClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ extension ApolloClient: ApolloClientProtocol {

extension ApolloClient {

@_disfavoredOverload
@available(*, deprecated,
renamed: "watch(query:cachePolicy:refetchOnFailedUpdates:context:callbackQueue:resultHandler:)")
public func watch<Query: GraphQLQuery>(
Expand Down

0 comments on commit 85e9886

Please sign in to comment.