We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10c197 commit 3225406Copy full SHA for 3225406
1 file changed
Sources/Apollo/ApolloClient.swift
@@ -82,7 +82,7 @@ extension ApolloClient: ApolloClientProtocol {
82
83
public func clearCache(callbackQueue: DispatchQueue = .main,
84
completion: ((Result<Void, Error>) -> Void)? = nil) {
85
- self.store.clearCache(completion: completion)
+ self.store.clearCache(callbackQueue: callbackQueue, completion: completion)
86
}
87
88
@discardableResult public func fetch<Query: GraphQLQuery>(query: Query,
0 commit comments